|
@@ -272,7 +272,7 @@
|
|
|
|
|
|
<sql id="practiceGroupReviewsQueryCondition">
|
|
|
<where>
|
|
|
- pg.group_status_ != 'CANCEL' AND pg.group_status_ != 'LOCK'
|
|
|
+ pg.group_status_ != 'LOCK'
|
|
|
<if test="month != null">
|
|
|
AND DATE_FORMAT(cse.create_time_, '%Y-%m') = #{month}
|
|
|
</if>
|