1.卡扣回盘日志金额错误修改
This commit is contained in:
parent
4415a795e0
commit
4e9b9182a6
@ -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{
|
||||
|
||||
@ -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{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user