VOIP业务配置审核通过,没有审核人的问题解决
This commit is contained in:
@@ -2130,8 +2130,11 @@
|
|||||||
is_audit = #{isAudit,jdbcType=INTEGER},
|
is_audit = #{isAudit,jdbcType=INTEGER},
|
||||||
</if>
|
</if>
|
||||||
<if test="auditTime !=null ">
|
<if test="auditTime !=null ">
|
||||||
audit_time = #{auditTime,jdbcType=TIMESTAMP},
|
audit_time = #{auditTime,jdbcType=TIMESTAMP},
|
||||||
</if>
|
</if>
|
||||||
|
<if test="auditorId != null" >
|
||||||
|
AUDITOR_ID = #{auditorId,jdbcType=INTEGER},
|
||||||
|
</if>
|
||||||
editor_id = #{editorId,jdbcType=INTEGER} ,
|
editor_id = #{editorId,jdbcType=INTEGER} ,
|
||||||
edit_time = #{editTime,jdbcType=TIMESTAMP}
|
edit_time = #{editTime,jdbcType=TIMESTAMP}
|
||||||
<trim prefix="WHERE" prefixOverrides="AND |OR ">
|
<trim prefix="WHERE" prefixOverrides="AND |OR ">
|
||||||
|
|||||||
Reference in New Issue
Block a user