lrf402788946 4 năm trước cách đây
mục cha
commit
fb54cba32a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/service/class.js

+ 1 - 0
app/service/class.js

@@ -22,6 +22,7 @@ class ClassService extends CrudService {
   }
 
   async divide(data) {
+    // 21-04-27重做
     const { planid, termid } = data;
     assert(planid, '计划id为必填项');
     assert(termid, '期id为必填项');