Browse Source

add 对内评价接口

周箭河 5 years ago
parent
commit
fd48899ed7

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/PracticeGroupMapper.xml

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