Commit 6be21136 by 陶光胜

门店保存修改

parent 5afc2cac
......@@ -1262,6 +1262,7 @@ public class StoreApiServiceImpl implements StoreApiService {
}
private JSONObject buildSearchJSON(StoreSearchDTO storeSearchDTO){
logger.info("查询条件:{}", JSON.toJSONString(storeSearchDTO));
List<JSONObject> jsonObjectList = new ArrayList<>();
JSONObject enterpriseJson = QueryConditionAssemblyUtil.createSimpleQueryNode(StoreESFieldsEnum.ENTERPRISEID.getField(), OperateEnum.OPERATE_EQ, storeSearchDTO.getEnterpriseId());
jsonObjectList.add(enterpriseJson);
......
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