瀏覽代碼

成绩类型

zhaoy 6 年之前
父節點
當前提交
dc541eb1e0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      applications/school/school-server/src/main/resources/mapper/ScoreMapper.xml

+ 1 - 1
applications/school/school-server/src/main/resources/mapper/ScoreMapper.xml

@@ -329,7 +329,7 @@
         #{sd_stu,jdbcType=VARCHAR},
       </if>
       <if test="sd_score != null" >
-        #{sd_score,jdbcType=INTEGER},
+        #{sd_score,jdbcType=DOUBLE},
       </if>
       <if test="sd_subject != null" >
         #{sd_subject,jdbcType=VARCHAR},