Commit 7c693b3b authored by LSL's avatar LSL

浙农sftp配置

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