Fancy
2024-09-18 0d05424b5df05f2e6ef478934cdaad9c71e5d91d
pms-parent/pms-global/src/main/resources/mapper/OthFileMapper.xml
@@ -60,7 +60,7 @@
      <if test="filePath!= null and filePath !=''">
        file_path,
      </if>
      <if test="dt != null and dt !=''">
      <if test="dt != null">
        dt,
      </if>
    </trim>
@@ -83,7 +83,7 @@
      <if test="filePath!= null and filePath !=''">
        #{filePath},
      </if>
      <if test="dt != null and dt !=''">
      <if test="dt != null">
        #{dt},
      </if>
    </trim>
@@ -107,7 +107,7 @@
      <if test="filePath!= null and filePath !=''">
        file_path = #{filePath},
      </if>
      <if test="dt != null and dt !=''">
      <if test="dt != null">
        dt = #{dt},
      </if>
    </set>