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

+ 1 - 0
app/service/dock/patent.js

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