From cf82b7ad971666ab15d77090c966a9afa5967961 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Thu, 15 Aug 2019 14:23:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/ec_course_evaluations_controller.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/controllers/ec_course_evaluations_controller.rb b/app/controllers/ec_course_evaluations_controller.rb index 649fe3de..a144c655 100644 --- a/app/controllers/ec_course_evaluations_controller.rb +++ b/app/controllers/ec_course_evaluations_controller.rb @@ -169,13 +169,12 @@ class EcCourseEvaluationsController < ApplicationController else score_count = @ce.evluation_count * length EcStudentAchievement.where(:ec_course_evaluation_subitem_id => subitems.pluck(:id)).destroy_all - score_type = worksheet.cell(2, score_count+1) && worksheet.cell(2, score_count+2) ? 1 : 2 + score_type = worksheet.cell(1, 1) == "学号" ? 1 : 2 logger.info("####evluation_count: #{@ce.evluation_count}") logger.info("####length: #{length}") logger.info("####score_type: #{score_type}") - logger.info("####worksheet.cell(2, score_count+1): #{worksheet.cell(2, score_count+1)}") - logger.info("####worksheet.cell(2, score_count+2): #{worksheet.cell(2, score_count+2)}") + logger.info("#### worksheet.cell(1, 1): #{ worksheet.cell(1, 1)}") if score_type == 2 && rows > 3 render :json => {status: 0, message: "平均成绩只能有一行数据"} else