Commit 2fe88a66 by zhiwj

修改分组策略bug

parent 0b1561af
......@@ -363,8 +363,7 @@ public class StoreApiServiceImpl implements StoreApiService {
return ServiceResponse.success(storeDTO);
}
@Override
public StoreDTO getStoreDTO(Integer enterpriseId, Integer storeId) {
private StoreDTO getStoreDTO(Integer enterpriseId, Integer storeId) {
StoreDTO store = storeService.getById(storeId);
if (store == null) {
return null;
......
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