Selaa lähdekoodia

1、试听课

Joburgess 5 vuotta sitten
vanhempi
commit
9e2381fae6

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

@@ -638,6 +638,6 @@
             AND pg.student_id_ = #{studentId}
     </select>
     <select id="checkStudentExitChargePractice" resultType="int">
-        SELECT COUNT(id_) FROM FORM practice_group WHERE type_='CHARGE' AND student_id_=#{studentId}
+        SELECT COUNT(id_) FROM practice_group WHERE type_='CHARGE' AND student_id_=#{studentId}
     </select>
 </mapper>