|
|
|
@@ -255,6 +255,7 @@ public class WxBillAllServiceImpl implements WxBillAllService { |
|
|
|
} else if (billTypeValue == EnumBillTypeParam.SETTLE.getCode().intValue()) { |
|
|
|
try { |
|
|
|
logger.info("更新结算单id:{}",(Long)bill.get("id")); |
|
|
|
logger.info("更新结算单id.money:{}",(Long) bill.get("owe")); |
|
|
|
WxBillSettleRecord settleRecord = new WxBillSettleRecord(); |
|
|
|
settleRecord.setSettleId((Long)bill.get("id")); |
|
|
|
settleRecord.setSettleMoney((Long) bill.get("owe")); |
|
|
|
|