bug
luoxinwu
2023-12-29 5aa0c96c5bee86ca8d121b90a0a31ae7416d3df9
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/api/ComPbCheckUnitController.java
@@ -1,6 +1,7 @@
package com.panzhihua.service_dangjian.api;
import com.panzhihua.common.model.dtos.partybuilding.ComPbCheckUserDTO;
import com.panzhihua.common.model.vos.TreeListVO;
import com.panzhihua.common.model.vos.partybuilding.excel.ComPbCheckUnitExcelVO;
import com.panzhihua.service_dangjian.service.ComPbCheckUnitService;
import com.panzhihua.common.model.dtos.common.*;
@@ -40,6 +41,11 @@
        return this.comPbCheckUnitService.queryByPage(comPbCheckUnit);
    }
    @PostMapping("/treeList")
    public R treeList(@RequestBody TreeListVO treeListVO){
        return this.comPbCheckUnitService.treeList(treeListVO);
    }
    /**
     * description  add  新增数据
     *