lrf402788946 4 年之前
父節點
當前提交
ea925353cd
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;