瀏覽代碼

feature 代码提交

xiahan 4 月之前
父節點
當前提交
14b2d4d71d

+ 3 - 0
zhsw-common/src/main/java/com/rongwei/zhsw/system/service/impl/SwBillManagementUnpaidServiceImpl.java

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