浏览代码

学习计划

change 3 年之前
父节点
当前提交
209e2f39e5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeMapper.xml

@@ -172,7 +172,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="className != null and className !='' ">
             AND g.class_name like concat('%', #{className}, '%')
         </if>
-        <if test="atFull != null and at atFull !='' ">
+        <if test="atFull != null and atFull !='' ">
             AND (SELECT COUNT(a.id) FROM class_grade_user a where a.grade_id = g.grade_id and a.status =1) &lt; g.student_upper
         </if>
         <if test="classStartTime != null or classEndTime != null ">