|
@@ -274,6 +274,9 @@ public class SwBillManagementUnpaidServiceImpl extends ServiceImpl<SwBillManagem
|
|
|
paid.setPaymentrecordid(paymentBatchId);
|
|
|
ZHSWCommonUtils.initModelGeneralParameters(paid, null);
|
|
|
transferAccountDo.getPaidDoList().add(paid);
|
|
|
+
|
|
|
+ // 记录待删除ID
|
|
|
+ transferAccountDo.getDelUnpaidIds().add(zeroDueDatum.getId());
|
|
|
}
|
|
|
/**************实际应缴大于0的数据**********************/
|
|
|
List<SwBillManagementUnpaidDo> NoZeroDueData = swBillManagementUnpaidDos.stream()
|