1.菜单中的中文语言下,部分菜单不是中文的问题解决

2.VOIP业务审核通过,没有审核时间的问题解决
This commit is contained in:
李皓宸
2019-05-07 13:52:44 +08:00
parent 1882d011cb
commit 33fd4df21d
2 changed files with 11 additions and 8 deletions

View File

@@ -2129,6 +2129,9 @@
<if test="isAudit != null">
is_audit = #{isAudit,jdbcType=INTEGER},
</if>
<if test="auditTime !=null ">
audit_time = #{auditTime,jdbcType=TIMESTAMP},
</if>
editor_id = #{editorId,jdbcType=INTEGER} ,
edit_time = #{editTime,jdbcType=TIMESTAMP}
<trim prefix="WHERE" prefixOverrides="AND |OR ">