xiaofei 1 жил өмнө
parent
commit
6de13998d1

+ 1 - 1
distributed-print/install/mysql/upgrade/3.3.1.sql

@@ -722,7 +722,7 @@ ALTER TABLE t_c_paper_struct ADD CONSTRAINT t_c_paper_struct_unique UNIQUE KEY (
 ALTER TABLE t_r_basic_info ADD CONSTRAINT t_r_basic_info_unique UNIQUE KEY (exam_id,course_code,paper_number,create_id);
 
 -- 2024/04/08
-INSERT INTO `sys_privilege` (`id`, `name`, `url`, `type`, `parent_id`, `sequence`, `property`, `enable`, `default_auth`, `front_display`) VALUES ('1134', '编辑试卷结构', 'EditPaperStruct', 'LINK', '897', '17', 'AUTH', '1', '1', '1');
+INSERT INTO `sys_privilege` (`id`, `name`, `url`, `type`, `parent_id`, `sequence`, `property`, `enable`, `default_auth`, `front_display`) VALUES ('1134', '编辑试卷结构', 'EditPaperStruct', 'LINK', '897', '17', 'AUTH', '1', '0', '1');
 
 -- 2024/04/09
 UPDATE sys_privilege

+ 1 - 1
teachcloud-common/src/main/resources/mapper/BasicStudentMapper.xml

@@ -138,7 +138,7 @@
                 and (su.login_name like concat('%', #{teacher}, '%') or su.real_name like concat('%', #{teacher}, '%'))
             </if>
             <if test="className != null and className != ''">
-                and clz.clazz_name like concat('%', #{className}, '%'))
+                and clz.clazz_name like concat('%', #{className}, '%')
             </if>
             <if test="studentCodeList != null and studentCodeList != '' and studentCodeList.size > 0">
                 AND stu.student_code IN