@@ -486,7 +486,7 @@
FROM organization o
LEFT JOIN student_payment_order spo ON o.id_ = spo.organ_id_
AND spo.group_type_ = 'ACTIVITY' AND spo.type_ = 'SMALL_CLASS_TO_BUY' AND spo.status_ = 'SUCCESS' AND spo.memo_ = '2022双十一活动购买'
- WHERE o.id_ NOT IN (36,38,39,41,42,43,44,45,46,47,48,49,50,52,54,55,56,2,27,22,24)
+ WHERE o.id_ IN (1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,25,26,28,29,30,31,32,33,34,35,37,40,51,57,58,71,72)
<if test="organId != null">
AND o.id_ = #{organId}
</if>