|
@@ -309,8 +309,6 @@
|
|
|
<if test="phone != null">phone = #{phone},</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>
|
|
|
<if test="cameraSystem != null">camera_system = #{cameraSystem},</if>
|
|
|
<if test="deptId != null and deptId != ''">dept_id = #{deptId},</if>
|
|
|
<if test="deptName != null and deptName != ''">dept_name = #{deptName},</if>
|