1、修改文件策略不能更新 审计时间

2、响应文件增加 必填 校验
This commit is contained in:
fangshunjian
2018-08-21 10:46:59 +08:00
parent 974a34ea49
commit 57ef37c743
2 changed files with 8 additions and 2 deletions

View File

@@ -236,6 +236,12 @@
editor_id = #{editorId,jdbcType=INTEGER},
</if>
edit_time = #{editTime,jdbcType=TIMESTAMP},
<if test="auditorId != null" >
auditor_id = #{auditorId,jdbcType=INTEGER},
</if>
<if test="auditTime != null and auditTime != ''" >
audit_time = #{auditTime,jdbcType=TIMESTAMP},
</if>
<if test="serviceId != null" >
service_id = #{serviceId,jdbcType=INTEGER},
</if>