lyq 10 ヶ月 前
コミット
ec269f9b48

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