Merge branch 'cc_20250709_mq' into 'master'
Cc 20250709 mq See merge request hangzhou/java/custom_zxjp!128
This commit is contained in:
@@ -596,7 +596,17 @@ public class DecorationServiceImpl implements DecorationService {
|
||||
templateParam.put("shopName", shopInfo.getShopName());
|
||||
commonService.sendSms(lineInfo.getMobile(), SMSMsgEnum.DESIGN_STAGE, templateParam);
|
||||
// 发送企业微信消息
|
||||
sendMeasureUserMessage(request.getShopId(), shopInfo.getInvestmentManager(), MessageEnum.MESSAGE_36);
|
||||
List<EnterpriseUserDO> sendUsers = userAuthMappingService.getAllUserByRoleEnumAndRegionId(UserRoleEnum.CONSTRUCTION_CUSTOMER, shopInfo.getRegionId());
|
||||
if (CollectionUtils.isNotEmpty(sendUsers)) {
|
||||
List<String> sendUserIds = sendUsers.stream().map(enterpriseUserDO -> enterpriseUserDO.getUserId()).collect(Collectors.toList());
|
||||
HashMap<String, String> map = new HashMap<>();
|
||||
map.put("partnerUsername", lineInfo.getUsername());
|
||||
map.put("partnerMobile", lineInfo.getMobile());
|
||||
map.put("storeName", shopInfo.getShopName());
|
||||
commonService.sendQWMessage(sendUserIds,
|
||||
MessageEnum.MESSAGE_37,
|
||||
map);
|
||||
}
|
||||
return Boolean.TRUE;
|
||||
}
|
||||
} else {
|
||||
|
||||
@@ -777,13 +777,13 @@ public class ShopServiceImpl implements ShopService {
|
||||
case SHOP_SUB_STAGE_STATUS_11:
|
||||
case SHOP_SUB_STAGE_STATUS_21:
|
||||
case SHOP_SUB_STAGE_STATUS_50:
|
||||
case SHOP_SUB_STAGE_STATUS_110:
|
||||
case SHOP_SUB_STAGE_STATUS_111:
|
||||
case SHOP_SUB_STAGE_STATUS_140:
|
||||
case SHOP_SUB_STAGE_STATUS_141:
|
||||
case SHOP_SUB_STAGE_STATUS_142:
|
||||
return getUserFromInvestmentManager(shopInfo.getInvestmentManager());
|
||||
case SHOP_SUB_STAGE_STATUS_122:
|
||||
case SHOP_SUB_STAGE_STATUS_110:
|
||||
case SHOP_SUB_STAGE_STATUS_111:
|
||||
return getUsersByRolesAndRegion(Collections.singletonList(CONSTRUCTION_CUSTOMER), shopInfo.getRegionId());
|
||||
|
||||
case SHOP_SUB_STAGE_STATUS_70:
|
||||
|
||||
@@ -25,10 +25,12 @@ mybatis.configuration.map-underscore-to-camel-case=true
|
||||
isv.domain=https://store-isv.coolstore.cn/isv
|
||||
|
||||
#rocketmq \u914D\u7F6E
|
||||
rocketmq.accessKey=LTAI5tJbgtyoHUvofTaeP1RP
|
||||
rocketmq.secretKey=myg755iCx0j4PyQkHMaUVeOr0bw1tA
|
||||
rocketmq.nameSrvAdder=http://MQ_INST_1947409023213164_BX5N7rwl.cn-hangzhou.mq-internal.aliyuncs.com:8080
|
||||
rocketmq.topic=simple_message
|
||||
rocketmq.accessKey=LTAI5tGBwmXwZkMuHK4MudMJ
|
||||
rocketmq.secretKey=bnZoUMRQ9834STgz5E291YrqlBu6yn
|
||||
rocketmq.nameSrvAdder=http://MQ_INST_1748142459508127_BZegx2xc.cn-hangzhou.mq-internal.aliyuncs.com:8080
|
||||
rocketmq.topic=zx_simple_message
|
||||
rocketmq.orderTopic=zx_order_message
|
||||
|
||||
|
||||
#oss配置
|
||||
oss.accessKeyId=LTAI5tGBwmXwZkMuHK4MudMJ
|
||||
|
||||
@@ -26,10 +26,12 @@ mybatis.configuration.map-underscore-to-camel-case=true
|
||||
isv.domain=https://abstore-isv.coolstore.cn/isv
|
||||
|
||||
#rocketmq \u914D\u7F6E
|
||||
rocketmq.accessKey=LTAI5tJbgtyoHUvofTaeP1RP
|
||||
rocketmq.secretKey=myg755iCx0j4PyQkHMaUVeOr0bw1tA
|
||||
rocketmq.nameSrvAdder=http://MQ_INST_1947409023213164_BX3sLZnA.cn-hangzhou.mq.aliyuncs.com:80
|
||||
rocketmq.topic=simple_message
|
||||
rocketmq.accessKey=LTAI5tGBwmXwZkMuHK4MudMJ
|
||||
rocketmq.secretKey=bnZoUMRQ9834STgz5E291YrqlBu6yn
|
||||
rocketmq.nameSrvAdder=http://MQ_INST_1748142459508127_BZegx2xc.cn-hangzhou.mq-internal.aliyuncs.com:8080
|
||||
rocketmq.topic=zx_simple_message
|
||||
rocketmq.orderTopic=zx_order_message
|
||||
|
||||
|
||||
#oss配置
|
||||
#oss.host=https://oss-store.coolcollege.cn/
|
||||
|
||||
Reference in New Issue
Block a user