Fancy
2024-09-10 939d5f3d5e17e5ca0bfeec9c23c7c926b4cb1684
pms-parent/pms-global/src/main/resources/mapper/BaRolePrivilegeMapper.xml
@@ -32,18 +32,18 @@
    <!--@mbg.generated-->
    insert into ba_role_privilege
    <trim prefix="(" suffix=")" suffixOverrides=",">
      <if test="roleId != null and roleId !=''">
      <if test="roleId != null">
        role_id,
      </if>
      <if test="privilegeId!= null and privilegeId !=''">
      <if test="privilegeId!= null">
        privilege_id,
      </if>
    </trim>
    <trim prefix="values (" suffix=")" suffixOverrides=",">
      <if test="roleId != null and roleId !=''">
      <if test="roleId != null">
        #{roleId},
      </if>
      <if test="privilegeId!= null and privilegeId !=''">
      <if test="privilegeId!= null">
        #{privilegeId},
      </if>
    </trim>