change
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ public class ActivityCultureServiceImpl extends BaseServiceImpl<ActivityTissue>
|
|||||||
SELECT
|
SELECT
|
||||||
gh.id,
|
gh.id,
|
||||||
gh.name unionname,
|
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
|
FROM
|
||||||
sys_union gh
|
sys_union gh
|
||||||
|
|||||||
Reference in New Issue
Block a user