Browse Source

3.4.0 update

xiaofei 10 months ago
parent
commit
ba9b3444bc

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

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