Commit 3c776c97 by zhiwj

修改分组策略bug

parent 2fe88a66
......@@ -154,7 +154,7 @@ public class StoreApiServiceImpl implements StoreApiService {
storeBusinessTimeService.editStoreBusinessTime(storeDTO.getEnterpriseId(), storeDTO.getStoreInfoId(), storeDTO.getBusinessTimeList(), delBusinessTimes);
// 更新缓存
refreshCache(storeDTO.getEnterpriseId(), storeDTO.getStoreInfoId());
refreshCache(storeDTO.getEnterpriseId(), storeDTO.getStoreId());
return ServiceResponse.success();
}
......
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