Procházet zdrojové kódy

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

release_toaliyun_real
luozukai před 6 roky
rodič
revize
81ace459fe
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 Zobrazit soubor

@@ -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());


Načítá se…
Zrušit
Uložit