修复修改样例文件配置时重新上传样例文件,下发MD5出错的bug

This commit is contained in:
wangxin
2018-07-10 16:50:46 +08:00
parent ad2e448e41
commit d1ef4cfc15

View File

@@ -403,6 +403,12 @@
<if test="samplePath != null and samplePath != ''"> <if test="samplePath != null and samplePath != ''">
sample_path = #{samplePath,jdbcType=VARCHAR}, sample_path = #{samplePath,jdbcType=VARCHAR},
</if> </if>
<if test="srcMd5 != null and srcMd5 != ''">
src_md5 = #{srcMd5,jdbcType=VARCHAR},
</if>
<if test="sampleMd5 != null and sampleMd5 != ''">
sample_md5 = #{sampleMd5,jdbcType=VARCHAR},
</if>
</trim> </trim>
</set> </set>
where cfg_id = #{cfgId,jdbcType=BIGINT} where cfg_id = #{cfgId,jdbcType=BIGINT}