1、网站HTTP配置新增、修改功能提交;2、样例配置审核修改文件URL

This commit is contained in:
zhangwei
2018-05-25 13:25:21 +08:00
parent 5cab431e16
commit 5c839d31f6
19 changed files with 25252 additions and 21877 deletions

View File

@@ -486,7 +486,13 @@
audit_time = #{auditTime,jdbcType=TIMESTAMP}
<if test="isValid != null" >
,is_valid = #{isValid,jdbcType=INTEGER}
</if>
</if>
<if test="srcUrl != null and srcUrl!=''" >
,src_url = #{srcUrl,jdbcType=VARCHAR}
</if>
<if test="sampleUrl != null and sampleUrl!=''" >
,sample_url = #{sampleUrl,jdbcType=VARCHAR}
</if>
where cfg_id = #{cfgId,jdbcType=BIGINT}
</update>