Browse Source

/.

release_toaliyun_real
xhxu 4 years ago
parent
commit
61b8dfde7e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxCarCmdLogServiceImpl.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxCarCmdLogServiceImpl.java View File

@@ -130,6 +130,9 @@ public class WxCarCmdLogServiceImpl implements WxCarCmdLogService {
params.put("tenantId", te.getTenantId()); params.put("tenantId", te.getTenantId());
params.put("parentTenantId", te.getParentTenantId()); params.put("parentTenantId", te.getParentTenantId());
BigDecimal bigDecimal = wxCarCmdLogMapper.queryCarPay(params); BigDecimal bigDecimal = wxCarCmdLogMapper.queryCarPay(params);
if(bigDecimal == null){
bigDecimal = new BigDecimal(0);
}
carPay.add(bigDecimal); carPay.add(bigDecimal);
} }
params.put("tenantId", tenantEntity.getTenantId()); params.put("tenantId", tenantEntity.getTenantId());


Loading…
Cancel
Save