fix: 82889 工作组--是收费--成员单位新增后--确收的标识是空的
This commit is contained in:
+1
@@ -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,
|
||||
|
||||
+1
@@ -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();
|
||||
// 添加联系人表
|
||||
|
||||
Reference in New Issue
Block a user