张天森
2022-11-12 260f6b716f9b648e00e3b4f4072d6f8ea50e3b5e
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);
    }