Commit 1b49f562 by 陶光胜

门店标签兼容

parent 731ecde7
......@@ -564,6 +564,7 @@ public class StoreApiServiceImpl implements StoreApiService {
_json.put("list", _list);
listTag.add(_json);
}
logger.info("storeTag:{}", JSON.toJSONString(listTag));
json.put("list", listTag);
list.getJSONObject(j).clear();
list.getJSONObject(j).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