RuoYi
2021-05-27 c24cd14fd700b2846623d0c3e9683adb30c7062b
src/main/resources/mybatis/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">