标段工程省份字段未更新
This commit is contained in:
parent
f97ccbc0bc
commit
8cc289e502
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue