疯狂的狮子li
2021-06-03 01c34b837d1ec89c0789a0a0c837f7b0639ed31a
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);
}