Commit 0970f50f by guojx

企业id

parent 632beb12
......@@ -136,7 +136,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