liurunyu
2025-05-22 445570788bfac47476d7f6a3e4c9517a3c2d4a5c
pms-parent/pms-global/src/main/resources/mapper/BaUserRoleMapper.xml
@@ -20,7 +20,7 @@
    <!--@mbg.generated-->
    insert into ba_user_role
    <trim prefix="(" suffix=")" suffixOverrides=",">
      <if test="userId != null and userId !=''">
      <if test="userId != null">
        user_id,
      </if>
      <if test="roleId != null and roleId !=''">
@@ -28,7 +28,7 @@
      </if>
    </trim>
    <trim prefix="values (" suffix=")" suffixOverrides=",">
      <if test="userId != null and userId !=''">
      <if test="userId != null">
        #{userId},
      </if>
      <if test="roleId != null and roleId !=''">