sfd
2025-05-09 e4e498bd271942d95d40809028fa8f65354c8f2c
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>