feat:跳转url

This commit is contained in:
苏竹红
2025-08-28 16:46:18 +08:00
parent 0f9493839b
commit e50c19d44c

View File

@@ -229,7 +229,7 @@ public class MessageTemplateServiceImpl implements MessageTemplateService {
if (CollectionUtils.isNotEmpty(thirdMatterRequest.getShopCodeList())){
log.info("shopCodeList:{}",JSONObject.toJSONString(thirdMatterRequest.getShopCodeList()));
List<StoreDO> storeNumByStoreCodes = storeMapper.getStoreNumByStoreCodes(thirdMatterRequest.getShopCodeList());
if (CollectionUtils.isEmpty(storeNumByStoreCodes)){
if (CollectionUtils.isNotEmpty(storeNumByStoreCodes)){
//组装成门店信息
List<CommonDTO> storeList = new ArrayList<>();
storeNumByStoreCodes.forEach(x -> {