刘小明
2024-10-10 7a6e4f5b60c2092184c5b601be5cbe036a55ab7b
pms-parent/pms-global/src/main/resources/mapper/BaUserRoleMapper.xml
@@ -23,7 +23,7 @@
      <if test="userId != null">
        user_id,
      </if>
      <if test="roleId != null">
      <if test="roleId != null and roleId !=''">
        role_id,
      </if>
    </trim>
@@ -31,7 +31,7 @@
      <if test="userId != null">
        #{userId},
      </if>
      <if test="roleId != null">
      <if test="roleId != null and roleId !=''">
        #{roleId},
      </if>
    </trim>