Browse Source

完善sql

ywx
王宁 7 months ago
parent
commit
bd027c1d6f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/main/resources/EPaperVerifyMapper.xml

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

76
                 ,answertime=#{q.answertime}
76
                 ,answertime=#{q.answertime}
77
             </if>
77
             </if>
78
             ,stuscore=#{q.stuscore}
78
             ,stuscore=#{q.stuscore}
79
-            <if test="q.checke!=null">
79
+            <if test="q.checked!=null">
80
                 ,checked=#{q.checked}
80
                 ,checked=#{q.checked}
81
             </if>
81
             </if>
82
             <if test="q.checktime!=null">
82
             <if test="q.checktime!=null">
83
                 ,checktime=#{q.checktime}
83
                 ,checktime=#{q.checktime}
84
             </if>
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
         </foreach>
86
         </foreach>
87
     </update>
87
     </update>
88
 
88
 

Loading…
Cancel
Save