1、网站HTTP配置新增、修改功能提交;2、样例配置审核修改文件URL
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user