liurunyu
2025-05-24 c4c88b0ec16be3240d691ad4fd3cf01b35a12e02
pms-parent/pms-global/src/main/resources/mapper/BaRolePrivilegeMapper.xml
@@ -35,7 +35,7 @@
      <if test="roleId != null">
        role_id,
      </if>
      <if test="privilegeId != null">
      <if test="privilegeId!= null">
        privilege_id,
      </if>
    </trim>
@@ -43,7 +43,7 @@
      <if test="roleId != null">
        #{roleId},
      </if>
      <if test="privilegeId != null">
      <if test="privilegeId!= null">
        #{privilegeId},
      </if>
    </trim>