|
@@ -48,13 +48,13 @@ class SchoolService extends CrudService {
|
|
|
if (!plan) {
|
|
|
throw new BusinessError(ErrorCode.DATA_NOT_EXIST, '计划信息不存在');
|
|
|
}
|
|
|
- const isOutOfDate = this.outOfDate(plan, termid, batchid);
|
|
|
- if (!isOutOfDate) {
|
|
|
- throw new BusinessError(
|
|
|
- ErrorCode.BUSINESS,
|
|
|
- '已经超过上报时间,不允许上报名单'
|
|
|
- );
|
|
|
- }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
const num_ = await this.getschnum(plan, type, schid, termid, batchid);
|
|
|
console.log('*******************');
|