Fancy
2025-01-07 11d2a1de77bf389aef8fa785aa2983ace773a0ec
pms-parent/pms-global/src/main/resources/mapper/BaSysSetMapper.xml
@@ -27,7 +27,7 @@
    <!--@mbg.generated-->
    insert into ba_sys_set
    <trim prefix="(" suffix=")" suffixOverrides=",">
      <if test="id != null and id !=''">
      <if test="id != null">
        id,
      </if>
      <if test="sysName != null and sysName !=''">
@@ -35,7 +35,7 @@
      </if>
    </trim>
    <trim prefix="values (" suffix=")" suffixOverrides=",">
      <if test="id != null and id !=''">
      <if test="id != null">
        #{id},
      </if>
      <if test="sysName != null and sysName !=''">