瀏覽代碼

报错处理

田爽 6 月之前
父節點
當前提交
6371502ae6

+ 2 - 1
src/Hotline.Api/Controllers/OrderController.cs

@@ -265,7 +265,8 @@ public class OrderController : BaseController
         _callNativeRepository = callNativeRepository;
         _callNativeApplication = callNativeApplication;
         _orderRevokeRepository = orderRevokeRepository;
-    }
+        _cityBaseConfiguration = cityBaseConfiguration;
+	}
     #endregion 
 
     #region 工单发布

+ 2 - 2
src/Hotline.Api/config/appsettings.Development.json

@@ -91,13 +91,13 @@
     }
   },
   "ConnectionStrings": {
-    "Hotline": "PORT=5432;DATABASE=hotline_dev;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;"
+    "Hotline": "PORT=5432;DATABASE=hotline;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;"
   },
   "Cache": {
     "Host": "110.188.24.182",
     "Port": 50179,
     "Password": "fengwo123!$!$",
-    "Database": 5 //release:3, dev:5
+    "Database": 3 //release:3, dev:5
   },
   "Swagger": true,
   "Cors": {