lrf402788946 4 éve
szülő
commit
56de71520d
1 módosított fájl, 1 hozzáadás és 0 törlés
  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, '任务创建失败');
 
     }