Browse Source

对接关注

chen 4 years ago
parent
commit
67f625d462
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/intelligentDocking.js

+ 1 - 1
app/service/intelligentDocking.js

@@ -94,7 +94,7 @@ class IntelligentDockingService extends CrudService {
         res = error;
         res = error;
       }
       }
     } else {
     } else {
-      res = '没有符合条件的对接产品,请修改对接需求';
+      res = '没有符合条件的融资产品,请重新调整需求';
     }
     }
     return res;
     return res;
   }
   }