springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/api/ComPropertyRepairApi.java
@@ -38,10 +38,6 @@ */ @PostMapping("queryAll") public R selectAll(@RequestBody CommonPage commonPage) { log.info("===================参数+"+commonPage); if (nonNull(commonPage.getPropertyCheck()) && commonPage.getPropertyCheck()==1 && nonNull(commonPage.getPropertyId())){ return this.comPropertyRepairService.pageListProperty(commonPage); } return this.comPropertyRepairService.pageList(commonPage); }