刘小明
2024-11-25 327309dfb97043b54a4f6f8c8ebb3191987f67fa
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>