|
@@ -170,9 +170,8 @@
|
|
|
SELECT COUNT(*)
|
|
|
FROM practice_group
|
|
|
WHERE student_id_ = #{userId}
|
|
|
- AND group_status_ = 'NORMAL'
|
|
|
+ AND group_status_ IN ('NORMAL', 'FINISH')
|
|
|
AND type_='FREE'
|
|
|
- AND create_time_ > '2020-03-25'
|
|
|
</select>
|
|
|
<select id="countPracticeGroupByOrgan" resultType="java.lang.Integer">
|
|
|
SELECT count(*) FROM practice_group pg
|