Commit 7c693b3b authored by LSL's avatar LSL

浙农sftp配置

parent 03624105
...@@ -76,8 +76,10 @@ public class BackedBurdenJob { ...@@ -76,8 +76,10 @@ public class BackedBurdenJob {
//存储并去平账 //存储并去平账
List<BurdenModel> getlist = getlist(stringObject); List<BurdenModel> getlist = getlist(stringObject);
for (BurdenModel model : getlist) { for (BurdenModel model : getlist) {
backedBurdenComponent.insert(model); if (new BigDecimal(model.getPepayBurden()).compareTo(BigDecimal.ZERO) > 0 ) {
backedBurden(model); backedBurdenComponent.insert(model);
backedBurden(model);
}
} }
FileUtil.del("/assurance_sftp.txt"); FileUtil.del("/assurance_sftp.txt");
} else { } else {
......
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