刘小明
2024-10-12 b76fd3fa68f6e64b40a101d7f688f748dd88d35c
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>