| | |
| | | */ |
| | | @GetMapping("/getRelativeReportList") |
| | | @ApiOperation(value = "小程序-查询亲友最新报告") |
| | | public AjaxResult getRelativeReportList(@RequestParam @ApiParam(value = "姓名") String cusName, @RequestParam @ApiParam(value = "身份证号") String cusIdcard) { |
| | | public AjaxResult getRelativeReportList(@RequestParam @ApiParam(value = "姓名") String cusName, |
| | | @RequestParam @ApiParam(value = "身份证号") String cusIdcard) { |
| | | LambdaQueryWrapper<TjCustomer> wq1 = new LambdaQueryWrapper<>(); |
| | | wq1.eq(TjCustomer::getCusName, cusName); |
| | | wq1.eq(TjCustomer::getCusIdcard, cusIdcard); |