刘小明
2024-09-04 e5ead76e6f88915ac4f7b694f98a3f3740565c55
pms-parent/pms-global/src/main/resources/mapper/BaSysSetMapper.xml
@@ -30,7 +30,7 @@
      <if test="id != null">
        id,
      </if>
      <if test="sysName != null">
      <if test="sysName != null and sysName !=''">
        sys_name,
      </if>
    </trim>
@@ -38,7 +38,7 @@
      <if test="id != null">
        #{id},
      </if>
      <if test="sysName != null">
      <if test="sysName != null and sysName !=''">
        #{sysName},
      </if>
    </trim>