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