소스 검색

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

ywx
王宁 8 달 전
부모
커밋
6ea8e440cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/main/resources/EPaperVerifyMapper.xml

+ 1
- 1
src/main/resources/EPaperVerifyMapper.xml 파일 보기

@@ -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…
취소
저장