@@ -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;