This commit is contained in:
DirectionOfMind 2021-01-21 10:55:20 +08:00
parent bfb2ad9721
commit 74ff84578c

View File

@ -136,7 +136,7 @@
</if>
GROUP BY indicator_type) l
on t.id = l.indicator_type
where t.is_delete = 0
where t.is_delete = 0 and t.type=0
</select>