RuoYi
2021-06-02 47893362e07d3cf7541776fa95d4220d0c1ca6a3
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">