Commit 540e5285 by 陶光胜

门店标签兼容

parent 1b49f562
......@@ -536,6 +536,7 @@ public class StoreApiServiceImpl implements StoreApiService {
for(int j =0 ;j< list.size(); j++){
JSONObject data = list.getJSONObject(j);
String key = data.getString("key");
logger.info("11111:{}", key);
if(StoreESFieldsEnum.STORETAG.getField().equals(key)){
JSONObject json = new JSONObject();
json.put("type", OperateEnum.OPERATE_OR.getValue());
......
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