fix: 82889 工作组--是收费--成员单位新增后--确收的标识是空的

This commit is contained in:
2024-03-20 16:06:24 +08:00
parent ba89393eec
commit 40e69dca1b
2 changed files with 2 additions and 0 deletions
@@ -46,6 +46,7 @@
pwgs.need_invoice AS needInvoice,
pwgs.in_account AS inAccount,
pwgs.make_invoice AS makeInvoice,
pwgs.affirm_income AS affirmIncome,
pwgs.mail,
pwgs.press_money_times AS pressMoneyTimes,
pwgs.remarks,
@@ -237,6 +237,7 @@ public class PayWorkingGroupSubItemServiceImpl extends ServiceImpl<PayWorkingGro
payWorkingGroupSubItem.setMakeInvoice(PayProjectCommon.MAKE_INVOICE0);
payWorkingGroupSubItem.setMail(PayProjectCommon.MAIL0);
payWorkingGroupSubItem.setChargeUse(PayProjectCommon.CHARGE_USE1);
payWorkingGroupSubItem.setAffirmIncome(PayProjectCommon.AFFIRM_INCOME0);
payWorkingGroupSubItemService.save(payWorkingGroupSubItem);
List<PayWorkingGroupSubItemContacts> listPayWorkingGroupSubItemContactsNew = payWorkingGroupSubItem.getPayWorkingGroupSubItemContactsList();
// 添加联系人表