王宁 пре 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…
Откажи
Сачувај