Commit bb49f110 by huluobin

费用单回调更新

parent fde53c67
...@@ -319,7 +319,7 @@ public class CostCheckController { ...@@ -319,7 +319,7 @@ public class CostCheckController {
costDomain.setCostStatus(4); costDomain.setCostStatus(4);
if (null != costDomain.getIsLend()) { if (null != costDomain.getIsLend()) {
if (costDomain.getIsLend() == 1 && BigDecimal.ZERO.compareTo(costDomain.getHadPay()) >= 0)){ if (costDomain.getIsLend() == 1 && BigDecimal.ZERO.compareTo(costDomain.getHadPay()) >= 0) {
costDomain.setLendStatus(1); costDomain.setLendStatus(1);
} }
} }
......
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