Commit 80141798 by 陶光胜

门店批量导入修改

parent 60c863f7
......@@ -240,7 +240,6 @@ public class StoreApiServiceImpl implements StoreApiService {
json.put("storeId", storeDTO.getStoreId());
json.put("logId", -1);
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