刘小明
2024-09-04 893fda95385e39c2c810c6f3ac3758a63d11d4ae
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>