修改视觉验收通知

This commit is contained in:
shuo.wang
2024-05-20 14:14:12 +08:00
parent 24a0b567fc
commit b88d720f5e

View File

@@ -308,6 +308,7 @@ public class DecorationServiceImpl implements DecorationService {
messageMap.put("storeName",shopInfo.getShopName());
messageMap.put("shopId",String.valueOf(shopId));
messageMap.put("shopName",shopInfo.getShopName());
messageMap.put("partnerUsername",lineInfo.getUsername());
messageMap.put("partnerMobile",lineInfo.getMobile());
commonService.sendMessage(Arrays.asList(enterpriseUser.getUserId()), MessageEnum.MESSAGE_28, messageMap);
}