...
|
...
|
@@ -29,9 +29,6 @@ public class HongRenDistributionController { |
|
|
@RequestMapping(method = RequestMethod.GET, value = "/sortgroup")
|
|
|
public SearchApiResult sortGroup(HttpServletRequest request) {
|
|
|
Map<String, String> paramMap = HttpServletRequestUtils.transParamType(request);
|
|
|
if (!checkRequestParam(paramMap)) {
|
|
|
return new SearchApiResult().setCode(400).setMessage("入参缺少hrShopId参数");
|
|
|
}
|
|
|
return searchSortGroupService.sortGroup(paramMap);
|
|
|
}
|
|
|
|
...
|
...
|
|