hanfucheng 10 달 전
부모
커밋
253b0ec652
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/resources/mapper/housingconstruction/CenterdataTHousingconstructionViewMapper.xml

+ 2 - 2
src/main/resources/mapper/housingconstruction/CenterdataTHousingconstructionViewMapper.xml

@@ -447,8 +447,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             d.address,
             a.dept_name deptName,
         round( st_distance_sphere ( point ( #{longitude}, #{latitude}), point ( longitude, latitude ) ), 2 ) AS distance
-        FROM centerdata_t_housingconstruction_steelcylinder a
-        left join centerdata_t_housingconstruction_steelcylinder_log l on a.id = l.steelcylinder_id
+        FROM centerdata_t_housingconstruction_steelcylinder_log l
+        left join centerdata_t_housingconstruction_steelcylinder a on a.id = l.steelcylinder_id
         LEFT JOIN centerdata_t_housingconstruction_realnameuser u ON u.id = l.join_house_id
         LEFT JOIN (SELECT
                     a.steelcylinder_id,