@@ -1833,6 +1833,8 @@
FROM application.`app_user_manage`
WHERE manage_id = #{learderId}
AND type = 1
+ UNION ALL
+ SELECT #{learderId}
</select>