xiangpei
2024-07-16 fc36338476ccb0e8fa641794de4022f300f59a2e
src/main/java/com/mindskip/xzs/repository/UserDepartmentMapper.java
@@ -1,5 +1,6 @@
package com.mindskip.xzs.repository;
import com.mindskip.xzs.domain.Department;
import com.mindskip.xzs.domain.UserDepartment;
import com.mindskip.xzs.domain.vo.BaseSelect;
import com.mindskip.xzs.domain.vo.DepartmentExamineVO;
@@ -13,6 +14,8 @@
    List<UserDepartment> selectByUserId(@Param("userId") Integer userId);
    List<Department> selectDeptByUserId(@Param("userId") Integer userId);
    List<UserDepartment> selectByDepartmentId(@Param("departmentId") Integer departmentId);
    Integer removeByUserId(@Param("userId") Integer userId);