@@ -4502,6 +4502,6 @@
where DATE_FORMAT(cs.class_date_,'%Y-%m') = #{month} AND cssp.actual_price_ > 0
AND cs.del_flag_ = 0 AND cs.is_lock_ = 0 and cs.pre_course_flag_ = 0
AND cs.tenant_id_ = 1
- group by cs.id_ order by cs.organ_id_;
+ group by cs.id_ order by cs.organ_id_
</select>
</mapper>