修改定时任务
This commit is contained in:
@@ -207,6 +207,7 @@ public class PreparationServiceImpl implements PreparationService {
|
||||
messageMap.put("shopId",shopId.toString());
|
||||
messageMap.put("lineId", shopInfo.getLineId().toString());
|
||||
messageMap.put("partnerUsername",lineInfo.getUsername());
|
||||
messageMap.put("shopName",shopInfo.getShopName());
|
||||
messageMap.put("partnerMobile",lineInfo.getMobile());
|
||||
commonService.sendMessage(Arrays.asList(shopInfo.getSupervisorUserId()), MessageEnum.MESSAGE_26, messageMap);
|
||||
ShopStageInfoDO data4 = shopStageInfoDOMap.get(ShopSubStageEnum.SHOP_STAGE_15.getShopSubStage());
|
||||
@@ -216,6 +217,7 @@ public class PreparationServiceImpl implements PreparationService {
|
||||
Map<String, String> messageMap1 = new HashMap<>();
|
||||
messageMap1.put("storeName",shopInfo.getShopName());
|
||||
messageMap1.put("shopId",shopId.toString());
|
||||
messageMap1.put("shopName",shopInfo.getShopName());
|
||||
messageMap1.put("lineId", shopInfo.getLineId().toString());
|
||||
messageMap1.put("partnerUsername",lineInfo.getUsername());
|
||||
messageMap1.put("partnerMobile",lineInfo.getMobile());
|
||||
|
||||
Reference in New Issue
Block a user