소스 검색

数字住建

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

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

@@ -468,7 +468,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             l.delivery_name deliveryName,
             a.enterprise_name enterpriseName
         FROM centerdata_t_housingconstruction_steelcylinder a
-        left join ( SELECT
+        inner join ( SELECT
                     SUBSTRING_INDEX( GROUP_CONCAT( l.steelcylinder_name ORDER BY sign_time DESC ), ',', 1 ) steelcylinderName,
                     SUBSTRING_INDEX( GROUP_CONCAT( l.steelcylinder_id ORDER BY sign_time DESC ), ',', 1 ) steelcylinder_id,
                     SUBSTRING_INDEX( GROUP_CONCAT( l.join_house_id ORDER BY sign_time DESC ), ',', 1 ) join_house_id,