소스 검색

完善sql

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

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

@@ -76,13 +76,13 @@
76 76
                 ,answertime=#{q.answertime}
77 77
             </if>
78 78
             ,stuscore=#{q.stuscore}
79
-            <if test="q.checke!=null">
79
+            <if test="q.checked!=null">
80 80
                 ,checked=#{q.checked}
81 81
             </if>
82 82
             <if test="q.checktime!=null">
83 83
                 ,checktime=#{q.checktime}
84 84
             </if>
85
-            where epid=#{q.epid} and studentid=#{studentid} and eptqid=#{q.eptqid}
85
+            where epid=#{q.epid} and studentid=#{q.studentid} and eptqid=#{q.eptqid}
86 86
         </foreach>
87 87
     </update>
88 88
 

Loading…
취소
저장