Commit 55216521 authored by 郝彦辉's avatar 郝彦辉

手动筛选需要报送的

parent a3929ab4
......@@ -305,4 +305,14 @@ public class ExZhuDaiBaiHangReSendController {
return "syn_plan_by_CreatedAt任务调度失败,参数错误";
}
}
@RequestMapping("/manual/d3CheckToJson")
public String d3CheckToJson(String p3,String secretKey, String filePath){
if(manualToolService.checkSecretKey(p3,secretKey)){
baiHangZhuDaiService.d3CheckToJson(filePath);
return "d3CheckToJson任务调度完成";
}else{
return "d3CheckToJson任务调度失败,参数错误";
}
}
}
......@@ -4,6 +4,7 @@ import lombok.Data;
import java.io.Serializable;
import java.math.BigDecimal;
import java.sql.Timestamp;
/**
* 还款用户信息
......@@ -40,8 +41,8 @@ public class RepaymentLoanInfoLog implements Serializable {
private Long id;
private Integer enable;
private String createdAt;
private String updatedAt;
private Timestamp createdAt;
private Timestamp updatedAt;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment