Browse Source

feat:教师端课外训练搜索条件

Joburgess 4 years ago
parent
commit
d152fc3a73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

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

@@ -641,6 +641,6 @@
             <foreach collection="studentIds" item="studentId" open="(" close=")" separator=",">
                 #{studentId}
             </foreach>
-            AND sub.id__ IS NOT NULL
+            AND sub.id_ IS NOT NULL
     </select>
 </mapper>