Commit a7e24700 by guojx

Merge branch 'feature-2023-11-cloud' into 'developer'

Feature 2023 11 cloud

See merge request !1566
parents 9d949d54 5a23f2bd
......@@ -138,7 +138,7 @@ public class DataController {
jsonObject = new JSONObject();
}
if (StringUtils.isNotBlank(qo.getEnterpriseId())) {
jsonObject.put("enterpriseId", qo.getWxEnterpriseId());
jsonObject.put("enterpriseId", qo.getEnterpriseId());
}
List<String> storeIdList = new ArrayList<>();
String storeId = qo.getStoreId();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment