补充提交dao.xml

This commit is contained in:
wangxin
2018-07-25 12:42:18 +08:00
parent fe2c7df204
commit 36b274fa4d

View File

@@ -1213,7 +1213,7 @@
<if test="editTime != null and editTime != ''" > <if test="editTime != null and editTime != ''" >
edit_time = #{editTime,jdbcType=TIMESTAMP}, edit_time = #{editTime,jdbcType=TIMESTAMP},
</if> </if>
<if test="auditorId != null" > --> <if test="auditorId != null" >
auditor_id = #{auditorId,jdbcType=INTEGER}, auditor_id = #{auditorId,jdbcType=INTEGER},
</if> </if>
<if test="auditTime != null and auditTime != ''" > <if test="auditTime != null and auditTime != ''" >