feat:加盟费待缴费发送时间调整

This commit is contained in:
suzhuhong
2026-01-23 14:18:48 +08:00
parent 96047eeb99
commit 44ba00dc38
2 changed files with 0 additions and 6 deletions

View File

@@ -182,9 +182,6 @@ public class IntentAgreementServiceImpl extends LineFlowService implements Inten
commonService.sendQWMessage(new ArrayList<>(userSet),
MessageEnum.MESSAGE_14,
map);
commonService.sendQWMessage(new ArrayList<>(publishFranchiseFeeUsers),
MessageEnum.MESSAGE_23,
map);
commonService.sendQWMessage(new ArrayList<>(userSet),
MessageEnum.MESSAGE_21,
map);

View File

@@ -364,9 +364,6 @@ public class ShopServiceImpl implements ShopService {
commonService.sendQWMessage(Collections.singletonList(request.getInvestmentManagerUserId()),
MessageEnum.MESSAGE_14,
map);
commonService.sendQWMessage(new ArrayList<>(publishFranchiseFeeUsers),
MessageEnum.MESSAGE_23,
map);
commonService.sendQWMessage(Collections.singletonList(request.getInvestmentManagerUserId()),
MessageEnum.MESSAGE_21,
map);