| | |
| | | @RequestParam(name = "xzqdm", required = false) String xzqdm, |
| | | @RequestParam(name = "bsm", required = false) String bsm, |
| | | @RequestParam(name = "xmc", required = false) String xmc, |
| | | @RequestParam(name = "investigate", required = false) Integer investigate |
| | | @RequestParam(name = "investigate", required = false) Integer investigate, |
| | | @RequestParam(name = "dkmj", required = false) Double dkmj, |
| | | @RequestParam(name = "isPlan",required = false) Integer isPlan |
| | | ) { |
| | | fileService.getNoaddFile(); |
| | | //调用service分页查询 |
| | |
| | | .bsm(bsm) |
| | | .xmc(xmc) |
| | | .investigate(investigate) |
| | | .dkmj(dkmj) |
| | | .isPlan(isPlan) |
| | | .build(); |
| | | PaginationData<LotInfo> data = getPatchesService.limitGet(param); |
| | | return ResponseResult.success(data); |