|
|
|
@@ -1061,6 +1061,8 @@ public class WxBillAllServiceImpl implements WxBillAllService { |
|
|
|
daily.setExpiredDay(0L); |
|
|
|
daily.setOwe(0L); |
|
|
|
daily.setIsDel(EnumDelStatus.NOT_DEL.getCode()); |
|
|
|
daily.setStarttime(bill.getStarttime()); |
|
|
|
daily.setEndtime(bill.getEndtime()); |
|
|
|
wxBillDailyMapper.insertSelective(daily); |
|
|
|
addActionImport(daily.getId(), bill.getPayWay(), bill.getPayDate(), user); |
|
|
|
} |
|
|
|
@@ -1115,6 +1117,8 @@ public class WxBillAllServiceImpl implements WxBillAllService { |
|
|
|
other.setExpiredDay(0L); |
|
|
|
other.setOwe(0L); |
|
|
|
other.setIsDel(EnumDelStatus.NOT_DEL.getCode()); |
|
|
|
other.setStarttime(bill.getStarttime()); |
|
|
|
other.setEndtime(bill.getEndtime()); |
|
|
|
wxBillOtherMapper.insertSelective(other); |
|
|
|
addActionImport(other.getId(), bill.getPayWay(), bill.getPayDate(), user); |
|
|
|
} |
|
|
|
@@ -1168,6 +1172,8 @@ public class WxBillAllServiceImpl implements WxBillAllService { |
|
|
|
otherDeposit.setExpiredDay(0L); |
|
|
|
otherDeposit.setOwe(0L); |
|
|
|
otherDeposit.setIsDel(EnumDelStatus.NOT_DEL.getCode()); |
|
|
|
otherDeposit.setStarttime(bill.getStarttime()); |
|
|
|
otherDeposit.setEndtime(bill.getEndtime()); |
|
|
|
wxBillOtherDepositMapper.insertSelective(otherDeposit); |
|
|
|
addActionImport(otherDeposit.getId(), bill.getPayWay(), bill.getPayDate(), user); |
|
|
|
} |
|
|
|
|