若依
2021-06-03 cc658b9ecea1527c2f415cde07054f6dce9e890f
ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -147,7 +147,7 @@
            <if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
            update_time = sysdate()
        </set>
        where dept_id in (${ancestors})
        where find_in_set(#{deptId}, ancestors)
   </update>
   
   <delete id="deleteDeptById" parameterType="Long">