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