lige
2024-04-18 ed277ece348dae9bc6e36c0fc9f69ae8a3825912
ltkj-system/src/main/java/com/ltkj/system/mapper/SysDeptMapper.java
@@ -5,6 +5,7 @@
import java.util.Map;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ltkj.common.core.domain.TreeSelect;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import com.ltkj.common.core.domain.entity.SysDept;
@@ -24,6 +25,10 @@
     * @return 部门信息集合
     */
    public List<SysDept> selectDeptList(SysDept dept);
    @Select("SELECT * FROM v_tj_deptpro")
    public List<SysDept> selectDeptTreeList1();
    /**
     * 根据角色ID查询部门树信息
@@ -131,5 +136,10 @@
                                         @Param("type")int type, @Param("page") int page , @Param("pageSize") int pageSize);
    List<Map<String, Object>> getSysDeptYjWjCustomerList1(Map<String,Object> map);
    List<List<?>> getSysDeptYjWjCustomerList13(Map<String,Object> map);
    List<List<?>> getSysDeptHyAndYxYjWjCustomerList13(Map<String,Object> map);
    List<ResultSet> getSysDeptYjWjCustomerList2(Map<String,Object> map);
}