feat:跳转url
This commit is contained in:
@@ -229,7 +229,7 @@ public class MessageTemplateServiceImpl implements MessageTemplateService {
|
|||||||
if (CollectionUtils.isNotEmpty(thirdMatterRequest.getShopCodeList())){
|
if (CollectionUtils.isNotEmpty(thirdMatterRequest.getShopCodeList())){
|
||||||
log.info("shopCodeList:{}",JSONObject.toJSONString(thirdMatterRequest.getShopCodeList()));
|
log.info("shopCodeList:{}",JSONObject.toJSONString(thirdMatterRequest.getShopCodeList()));
|
||||||
List<StoreDO> storeNumByStoreCodes = storeMapper.getStoreNumByStoreCodes(thirdMatterRequest.getShopCodeList());
|
List<StoreDO> storeNumByStoreCodes = storeMapper.getStoreNumByStoreCodes(thirdMatterRequest.getShopCodeList());
|
||||||
if (CollectionUtils.isEmpty(storeNumByStoreCodes)){
|
if (CollectionUtils.isNotEmpty(storeNumByStoreCodes)){
|
||||||
//组装成门店信息
|
//组装成门店信息
|
||||||
List<CommonDTO> storeList = new ArrayList<>();
|
List<CommonDTO> storeList = new ArrayList<>();
|
||||||
storeNumByStoreCodes.forEach(x -> {
|
storeNumByStoreCodes.forEach(x -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user