Fancy
2024-11-29 c798708110351aa200df0056cf33b31e9ae7a937
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>