@@ -9,6 +9,7 @@
INNER JOIN ta_miniapp s ON t.org_id = s.org_id
WHERE
t.`status` = 1
+ and t.is_admin = 1
AND t.exp_date >= now()
</select>
</mapper>