From 32c0daf9a78039004bb6c39d578f7734f13d54b1 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 10 十月 2023 10:54:47 +0800
Subject: [PATCH] 1.工单派发校验工价,工价未提前设置或设置部分,如果开关关闭时,不校验是否未设置 或者未设置全,工价复制表中都会写入,没有设置的工价就默认0 如果开关打开就必须要设置工价

---
 VueWebApi/App_Start/Startup.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/App_Start/Startup.cs b/VueWebApi/App_Start/Startup.cs
index 6f90119..7fe950b 100644
--- a/VueWebApi/App_Start/Startup.cs
+++ b/VueWebApi/App_Start/Startup.cs
@@ -1,4 +1,5 @@
 锘縰sing Microsoft.AspNet.SignalR;
+using Microsoft.AspNetCore.Builder;
 using Microsoft.Owin;
 using Microsoft.Owin.Cors;
 using Owin;
@@ -46,6 +47,7 @@
                 //鍚姩閰嶇疆
                 map.RunSignalR(hubConfiguration);
             });
+            app.MapSignalR();
         }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3