sfd
2025-05-15 03dcd27f41f614dbe9b62b622a94f4635779cc8b
aps-modules/aps-system/src/main/resources/mapper/system/SysRoleDeptMapper.xml
@@ -25,9 +25,9 @@
    </delete>
   
   <insert id="batchRoleDept">
      insert into sys_role_dept(role_id, dept_id) values
      insert into sys_role_dept(role_id, dept_id,dept_org_code) values
      <foreach item="item" index="index" collection="list" separator=",">
         (#{item.roleId},#{item.deptId})
         (#{item.roleId},#{item.deptId},#{item.deptOrgCode})
      </foreach>
   </insert>