Showing
1 changed file
with
0 additions
and
3 deletions
@@ -29,9 +29,6 @@ public class HongRenDistributionController { | @@ -29,9 +29,6 @@ public class HongRenDistributionController { | ||
29 | @RequestMapping(method = RequestMethod.GET, value = "/sortgroup") | 29 | @RequestMapping(method = RequestMethod.GET, value = "/sortgroup") |
30 | public SearchApiResult sortGroup(HttpServletRequest request) { | 30 | public SearchApiResult sortGroup(HttpServletRequest request) { |
31 | Map<String, String> paramMap = HttpServletRequestUtils.transParamType(request); | 31 | Map<String, String> paramMap = HttpServletRequestUtils.transParamType(request); |
32 | - if (!checkRequestParam(paramMap)) { | ||
33 | - return new SearchApiResult().setCode(400).setMessage("入参缺少hrShopId参数"); | ||
34 | - } | ||
35 | return searchSortGroupService.sortGroup(paramMap); | 32 | return searchSortGroupService.sortGroup(paramMap); |
36 | } | 33 | } |
37 | 34 |
-
Please register or login to post a comment