Commit fe2aa6ab by 陶光胜

门店标签兼容

parent 540e5285
......@@ -534,7 +534,7 @@ public class StoreApiServiceImpl implements StoreApiService {
JSONArray list = jsonObject.getJSONArray("list");
List<JSONObject> jsonObjectList = new ArrayList<>();
for(int j =0 ;j< list.size(); j++){
JSONObject data = list.getJSONObject(j);
JSONObject data = list.getJSONObject(j).getJSONObject("data");
String key = data.getString("key");
logger.info("11111:{}", key);
if(StoreESFieldsEnum.STORETAG.getField().equals(key)){
......
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