lrf402788946 4 years ago
parent
commit
ea925353cd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/service/trainplan.js

+ 0 - 1
app/service/trainplan.js

@@ -131,7 +131,6 @@ class TrainplanService extends CrudService {
         if (r) continue;
         const obj = { schid: school.code, year, planid: id };
         await this.schmodel.create(obj);
-
       }
     }
     return res;