lrf402788946 %!s(int64=4) %!d(string=hai) anos
pai
achega
58d206bc00
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/service/school.js

+ 1 - 0
app/service/school.js

@@ -142,6 +142,7 @@ class SchoolService extends CrudService {
     const keys = Object.keys(arrange);
     let arr = keys.map(key => {
       const rt = termnum.find(f => f.termid === key);
+      console.error(rt);
       let ar = arrange[key];
       ar = ar.map(a => {
         const rb = rt.batchnum.find(f => f.batchid === a.batchid);