Browse Source

[合同][修改][开发结算单]

release_toaliyun_real
luozukai 6 years ago
parent
commit
81ace459fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxPayBillServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxPayBillServiceImpl.java View File

@@ -102,7 +102,7 @@ public class WxPayBillServiceImpl implements WxPayBillService {
//获取账单数据
Map<String, Object> bill = bills.get(0);
Long owe = (Long) bill.get("owe");
Integer billTypeValue = (Integer) bill.get("billTypeValue");
Integer billTypeValue = ((Long) bill.get("billTypeValue")).intValue();

if(EnumBillType.SETTLE.getCode().equals(billTypeValue)){
WxBillSettle wxBillSettle = wxBillSettleService.getById(record.getBillId());


Loading…
Cancel
Save