Browse Source

1、网管课初始类型

Joburgess 5 năm trước cách đây
mục cha
commit
f7b6550d7c

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

@@ -248,9 +248,6 @@
             <if test="studentId != null">
                 AND pg.student_id_ = #{studentId}
             </if>
-            <if test="practiceGroupType !=null and practiceGroupType != ''">
-                AND pg.type_ = #{practiceGroupType}
-            </if>
             <if test="groupStatus != null and groupStatus != ''">
                 AND pg.group_status_ = #{groupStatus}
             </if>