浏览代码

3.4.0 update

xiaofei 10 月之前
父节点
当前提交
ba9b3444bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      distributed-print-business/src/main/resources/mapper/BasicExamStudentMapper.xml

+ 1 - 1
distributed-print-business/src/main/resources/mapper/BasicExamStudentMapper.xml

@@ -147,7 +147,7 @@
                 and stu.class_name like concat('%', #{query.className}, '%')
             </if>
             <if test="query.paperNumber != null and query.paperNumber != ''">
-                and stu.paper_number like concat('%', #{paperNumber}, '%')
+                and stu.paper_number like concat('%', #{query.paperNumber}, '%')
             </if>
         </where>
         ORDER BY stu.student_code