1.卡扣回盘日志金额错误修改

This commit is contained in:
zhangbb 2020-09-16 18:01:54 +08:00
parent 4415a795e0
commit 4e9b9182a6
2 changed files with 2 additions and 2 deletions

View File

@ -1102,7 +1102,7 @@ public class CollectAuditInfoCache {
bo.setAttributeValue("COLLECT_MSG", "批量代收,收款成功");
bo.setAttributeValue("BATCH_STATUS", "complete");
//bo.setAttributeValue("rent", bo.getAttribute("rent").toString());
saveBuckle(bo,tx,sn,rent);
saveBuckle(bo,tx,sn,singleRent[i-1]);
}
}else{

View File

@ -1105,7 +1105,7 @@ public class CollectAuditInfoCacheTj {
bo.setAttributeValue("COLLECT_MSG", "批量代收,收款成功");
bo.setAttributeValue("BATCH_STATUS", "complete");
//bo.setAttributeValue("rent", bo.getAttribute("rent").toString());
saveBuckle(bo,tx,sn,rent);
saveBuckle(bo,tx,sn,singleRent[i-1]);
}
}else{