Commit ca1f264a by 陶光胜

门店批量导入修改

parent 50fd329d
......@@ -235,11 +235,12 @@ public class StoreApiServiceImpl implements StoreApiService {
// 更新缓存
refreshCache(storeDTO.getEnterpriseId(), storeDTO.getStoreId());
JSONObject json = new JSONObject();
/* JSONObject json = new JSONObject();
json.put("enterpriseId", storeDTO.getEnterpriseId());
json.put("storeId", storeDTO.getStoreId());
json.put("logId", -1);
this.addStoreToIndexMq(json.toJSONString());
this.addStoreToIndexMq(json.toJSONString());*/
this.refreshIndex(storeDTO.getStoreId(), storeDTO.getEnterpriseId());
return ServiceResponse.success(storeDTO);
}
......
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