标段工程省份字段未更新

This commit is contained in:
liang.chao 2024-09-04 13:55:32 +08:00
parent f97ccbc0bc
commit 8cc289e502
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="longitude != null and longitude != ''">longitude = #{longitude},</if>
<if test="latitude != null and latitude != ''">latitude = #{latitude},</if>
<if test="address != null and address != ''">address = #{address},</if>
<if test="province != null and province != ''">province = #{province},</if>
<if test="detailsAddress != null and detailsAddress != ''">details_address = #{detailsAddress},</if>
update_time = sysdate()
</set>