feat:跳转url
This commit is contained in:
@@ -233,7 +233,7 @@ public class MessageTemplateServiceImpl implements MessageTemplateService {
|
||||
//组装成门店信息
|
||||
List<CommonDTO> storeList = new ArrayList<>();
|
||||
storeNumByStoreCodes.forEach(x -> {
|
||||
CommonDTO store = new CommonDTO("store", x.getStoreNum(), x.getStoreName());
|
||||
CommonDTO store = new CommonDTO("store", x.getStoreId(), x.getStoreName());
|
||||
storeList.add(store);
|
||||
});
|
||||
storeInfo = JSONObject.toJSONString(storeList);
|
||||
|
||||
Reference in New Issue
Block a user