This commit is contained in:
2026-07-17 11:35:11 +08:00
parent 5f2e8b6ef1
commit fbce4a5a15
@@ -64,7 +64,7 @@ public class ActivityCultureServiceImpl extends BaseServiceImpl<ActivityTissue>
SELECT
gh.id,
gh.name unionname,
( SELECT count( 1 ) FROM `user` WHERE id IN ( $scopeUserSql ) AND unionId = gh.id ) as teacherCount
( SELECT count( 1 ) FROM `vw_user` WHERE id IN ( $scopeUserSql ) AND unionId = gh.id ) as teacherCount
FROM
sys_union gh