lyq 10 ماه پیش
والد
کامیت
ec269f9b48
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/resources/mapper/centereventteventcatalogue/CenterEventViewMapper.xml

+ 1 - 1
src/main/resources/mapper/centereventteventcatalogue/CenterEventViewMapper.xml

@@ -165,7 +165,7 @@
         </where>
         group by event_code) l
         left join ${database_data}.centerdata_t_attach f on f.bus_id = l.id
-        <if test="templateType != null and templateType != ''">
+        <if test="templateType != 'true'">
             group by bus_id
         </if>
     </select>