This commit is contained in:
shuo.wang
2025-06-16 17:26:27 +08:00
parent f09a932e87
commit 6ca067693a

View File

@@ -123,7 +123,7 @@ public class DecorationMeasureServiceImpl implements DecorationMeasureService {
map.put("partnerMobile", lineInfo.getMobile()); map.put("partnerMobile", lineInfo.getMobile());
map.put("storeName", shopInfo.getShopName()); map.put("storeName", shopInfo.getShopName());
commonService.sendQWMessage(Collections.singletonList(request.getDesignUserId()), commonService.sendQWMessage(Collections.singletonList(request.getDesignUserId()),
MessageEnum.MESSAGE_62, MessageEnum.MESSAGE_58,
map map
); );
} }