Commit d57d2929 by 陶光胜

门店标签兼容

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