|
|
|
@ -53,7 +53,7 @@ public class YdjhzzController {
|
|
|
|
@ApiOperation(value = "查询")
|
|
|
|
@ApiOperation(value = "查询")
|
|
|
|
@PostMapping(value = "/getList")
|
|
|
|
@PostMapping(value = "/getList")
|
|
|
|
public ResultBean getList(@RequestParam String ch,String dcpl,String dcpl1) {
|
|
|
|
public ResultBean getList(@RequestParam String ch,String dcpl,String dcpl1) {
|
|
|
|
List<Ydjhzz> list=mapper.getYdjhzz2(ch,dcpl,dcpl1,false);
|
|
|
|
List<Ydjhzz> list=mapper.getYdjhzz(ch,dcpl,dcpl1);
|
|
|
|
return new ResultBean(list);
|
|
|
|
return new ResultBean(list);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|