ZeroLiYi 1 рік тому
батько
коміт
eee05db094

+ 1 - 1
src/main/java/com/chinaitop/depot/rp/controller/BusinessRpReportController.java

@@ -227,7 +227,7 @@ public class BusinessRpReportController {
227 227
      */
228 228
     @RequestMapping(value="/getRecList",produces = MediaType.APPLICATION_JSON_VALUE, method=RequestMethod.POST)
229 229
     @ApiOperation(value="轮换计划接收列表", notes = "查询数据列表,支持分页")
230
-    public PageInfo<Map<String,Object>> getRecList(@RequestBody BusinessRpReportPageParam businessRpReportPageParam) throws Exception {
230
+    public PageInfo<Map<String,Object>> getRecList(BusinessRpReportPageParam businessRpReportPageParam) throws Exception {
231 231
 
232 232
         List<Map<String,Object>> list = businessRpReportService.getRecList(businessRpReportPageParam);
233 233
         PageInfo<Map<String,Object>> pageInfo = new PageInfo<>(list);