feat:跳转url
This commit is contained in:
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user