|
@@ -602,7 +602,7 @@
|
|
|
AND g.subject_id_ = #{param.subjectId}
|
|
|
</if>
|
|
|
<if test="param.groupState !=null and param.groupState !=''">
|
|
|
- AND find_in_set(cg.status_, #{param.groupState})
|
|
|
+ AND find_in_set(g.status_, #{param.groupState})
|
|
|
</if>
|
|
|
<if test="param.courseState != null">
|
|
|
<if test="param.courseState == 'COMPLETE'">
|