Browse Source

Merge remote-tracking branch 'origin/ywx' into wn

ywx
王宁 8 months ago
parent
commit
6ea8e440cf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/EPaperVerifyMapper.xml

+ 1
- 1
src/main/resources/EPaperVerifyMapper.xml View File

@@ -48,7 +48,7 @@
48 48
         limit 1)ps1
49 49
         left join e_paper_student0608 ps on ps.epsid=ps1.epsid
50 50
         LEFT JOIN e_paper_student_question0608 psq ON ps.epsid=psq.epsid and psq.ctype in(1,2)
51
-        left JOIN e_paper_qtype_question pt ON psq.eptqid=pt.eptid
51
+        left JOIN e_paper_qtype_question pt ON psq.eptqid=pt.eptqid
52 52
         left join t_user u on ps.studentid=u.userid
53 53
         left join t_class c on ps.classid=c.classid
54 54
     </select>

Loading…
Cancel
Save