lrf402788946 4 년 전
부모
커밋
56de71520d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/service/dock/patent.js

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

@@ -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, '任务创建失败');
 
     }