Parcourir la source

修改學時審核

change il y a 3 ans
Parent
commit
4076b1bb1e

+ 1 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/grade/vo/ClassPeriodUserVo.java

@@ -38,7 +38,7 @@ public class ClassPeriodUserVo {
 
 	/** 学员编码 */
 	@Excel(name = "當前班級學員審核狀態 0待審  1已審核")
-	@ApiModelProperty("當前班級學員審核狀態")
+	@ApiModelProperty("當前班級學員審核狀態 0待審  1已審核")
 	private Integer allStatus;
 
 	/** 商品ID */

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

@@ -34,7 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         ups.*,
         (select realname from `user` u where up.user_id = u.user_id) as  realname,
         <if test="examId != null ">
-            (SELECT name FROM course_section cs where up.section_id= cs.section_id)
+            (SELECT exam_name FROM exam e where e.exam_id= up.exam_id)
         </if>
         <if test="sectionId != null ">
             (SELECT name FROM course_section cs where up.section_id= cs.section_id)