Commit 7c693b3b authored by LSL's avatar LSL

浙农sftp配置

parent 03624105
......@@ -76,9 +76,11 @@ public class BackedBurdenJob {
//存储并去平账
List<BurdenModel> getlist = getlist(stringObject);
for (BurdenModel model : getlist) {
if (new BigDecimal(model.getPepayBurden()).compareTo(BigDecimal.ZERO) > 0 ) {
backedBurdenComponent.insert(model);
backedBurden(model);
}
}
FileUtil.del("/assurance_sftp.txt");
} else {
log.info("浙农融担文件不存在:{}", date);
......
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