|
@@ -306,7 +306,7 @@
|
|
|
<if test="constructionUnit != null">construction_unit = #{constructionUnit},</if>
|
|
|
<if test="principal != null">principal = #{principal},</if>
|
|
|
<if test="phone != null">phone = #{phone},</if>
|
|
|
- <if test="constructionSite != null">construction_site = #{constructionSite},</if>
|
|
|
+ <if test="constructionSite != null and constructionSite != ''">construction_site = #{constructionSite},</if>
|
|
|
<if test="constructionArea != null">construction_area = #{constructionArea},</if>
|
|
|
<if test="longitude != null">longitude = #{longitude},</if>
|
|
|
<if test="latitude != null">latitude = #{latitude},</if>
|