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