lrf402788946 4 năm trước cách đây
mục cha
commit
d0f45d8fe0
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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();
 
   }