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