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,