lrf402788946 4 years ago
parent
commit
d0f45d8fe0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/service/score.js

+ 0 - 2
app/service/score.js

@@ -57,8 +57,6 @@ class ScoreService extends CrudService {
       score = _.round(_.divide(stuScoreTotal * 1, teaScoreList.length), 2);
     }
     teacher.xsscore = score;
-    console.log(stuScoreTotal, teaScoreList.length);
-    console.log(`${teacher.name}:${teacher.xsscore}`);
     await teacher.save();
 
   }