Commit 05405023 by 陶光胜

门店品牌变更

parent 264f9436
......@@ -828,6 +828,7 @@ public class StoreApiServiceImpl implements StoreApiService {
@Override
public ServiceResponse<Void> deleteStoreFromEs(Integer enterpriseId, Integer storeId) {
logger.info("es删除门店:{},{}", enterpriseId, storeId);
JSONObject json = new JSONObject();
json.put(StoreESFieldsEnum.ID.getField(), enterpriseId+"_"+storeId);
DynamicSearchDTO dynamicSearchDTO = new DynamicSearchDTO();
......
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