1、配置预置初始需要在配置表中插入一条记录,并初始下发服务接口;
2、配置修改action后需要审核流程,才可下发更新服务接口配置内容或配置状态。
This commit is contained in:
@@ -516,6 +516,9 @@
|
||||
update av_sign_sample_cfg
|
||||
<set>
|
||||
is_valid = #{isValid,jdbcType=INTEGER},
|
||||
<if test="isAudit != null" >
|
||||
is_audit = #{isAudit,jdbcType=INTEGER},
|
||||
</if>
|
||||
<if test="serviceId!=null">
|
||||
service_id=#{serviceId,jdbcType=INTEGER},
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user