@@ -110,6 +110,7 @@ class PatentService extends CrudService {
try {
await this.ctx.service.util.httpUtil.cpost('/api/mission', 'mission', data);
} catch (error) {
+ console.log(error);
throw new BusinessError(ErrorCode.SERVICE_FAULT, '任务创建失败');
}