标段工程修改增加字段

This commit is contained in:
liang.chao 2024-08-13 18:09:17 +08:00
parent 738f842a30
commit fbf124d1d4
1 changed files with 1 additions and 0 deletions

View File

@ -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}