diff --git a/ruoyi-system/src/main/java/com/ruoyi/business/service/impl/MeituanServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/business/service/impl/MeituanServiceImpl.java index 83dc170..ee5fa7e 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/business/service/impl/MeituanServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/business/service/impl/MeituanServiceImpl.java @@ -388,7 +388,7 @@ public class MeituanServiceImpl implements IMeituanService { if ("0".equals(code)) { JSONArray array = jsonObject.getJSONObject("data").getJSONArray("wmOrderList"); - String key = wmPoiId + date; + String key = wmPoiId +"-"+ date; while (array != null && array.size() > 0) { List list = new ArrayList<>(); for (int i = 0; i < array.size(); i++) { diff --git a/ruoyi-system/src/main/resources/mapper/business/BusStoreInfoMapper.xml b/ruoyi-system/src/main/resources/mapper/business/BusStoreInfoMapper.xml index 0ac7677..15ed275 100644 --- a/ruoyi-system/src/main/resources/mapper/business/BusStoreInfoMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/business/BusStoreInfoMapper.xml @@ -146,6 +146,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" group by rv.store_code ) sdd ON sdd.store_code = s.store_code where s.self_delivery_status != '3' + and bind_user = #{bindUser} and s.platform_type = #{platformType} and s.store_code = #{storeCode} and s.store_name like concat('%', #{storeName}, '%') @@ -201,6 +202,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" group by rv.store_code ) sdd ON sdd.store_code = s.store_code where s.self_delivery_status != '3' + and bind_user = #{bindUser} and s.platform_type = #{platformType} and s.store_code = #{storeCode} and s.store_name like concat('%', #{storeName}, '%')