标段工程修改增加字段
This commit is contained in:
parent
738f842a30
commit
fbf124d1d4
|
|
@ -162,6 +162,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="companyId != null and companyId != ''">company_id = #{companyId},</if>
|
||||
<if test="startDate != null and startDate != ''">start_date = #{startDate},</if>
|
||||
<if test="completionDate != null and completionDate != ''">completion_date = #{completionDate},</if>
|
||||
<if test="address != null and address != ''">address = #{address},</if>
|
||||
update_time = sysdate()
|
||||
</set>
|
||||
where lot_id = #{lotId}
|
||||
|
|
|
|||
Loading…
Reference in New Issue