feat:跳转url

This commit is contained in:
苏竹红
2025-08-28 17:01:04 +08:00
parent e50c19d44c
commit ea910db3e3

View File

@@ -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);