疯狂的狮子li
2021-05-31 f3aaa7ea7a0f56ff4a6f9faf057a6595ab3275a7
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java
@@ -30,4 +30,12 @@
     */
    public List<Integer> selectDeptListByRoleId(@Param("roleId") Long roleId, @Param("deptCheckStrictly") boolean deptCheckStrictly);
   /**
    * 修改子元素关系
    *
    * @param depts 子元素
    * @return 结果
    */
   public int updateDeptChildren(@Param("depts") List<SysDept> depts);
}