@@ -137,7 +137,7 @@ class SchoolService extends CrudService {
type,
};
job.reason = reason;
- await this.jmodel.save(job);
+ await res.save(job);
}
throw new BusinessError(ErrorCode.SERVICE_FAULT, reason);