lrf402788946 4 năm trước cách đây
mục cha
commit
56de71520d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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, '任务创建失败');
 
     }