chen hace 4 años
padre
commit
67f625d462
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/service/intelligentDocking.js

+ 1 - 1
app/service/intelligentDocking.js

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