feat:加盟费待缴费发送时间调整
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user