RuoYi
2021-06-15 7ab14ff293f636b3d3a08f5668a2a51ac5d83d25
ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -140,7 +140,7 @@
       </foreach>
   </update>
    
    <update id="updateDeptStatusNormal" parameterType="Long">
   <update id="updateDeptStatusNormal" parameterType="Long">
        update sys_dept set status = '0' where dept_id in 
        <foreach collection="array" item="deptId" open="(" separator="," close=")">
           #{deptId}