Browse Source

重点工程

hanfucheng 1 year ago
parent
commit
8bed5251d2

+ 0 - 2
src/main/resources/mapper/generalbusiness/CenterdataTKeyProjectsMapper.xml

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