Преглед на файлове

1、网管课初始类型

Joburgess преди 5 години
родител
ревизия
f7b6550d7c
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      mec-biz/src/main/resources/config/mybatis/PracticeGroupMapper.xml

+ 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>