From b84a56f056942b035eb4e366751b1435e44b8bb3 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期五, 17 六月 2022 17:37:54 +0800
Subject: [PATCH] 工序入库
---
WebAPI/Controllers/WebAPIController.cs | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/WebAPI/Controllers/WebAPIController.cs b/WebAPI/Controllers/WebAPIController.cs
index 1d08dfd..dfa6370 100644
--- a/WebAPI/Controllers/WebAPIController.cs
+++ b/WebAPI/Controllers/WebAPIController.cs
@@ -92,9 +92,6 @@
{
try
{
- InvokeHelper.Login();
- //return;
-
DataSet ds = null;
ClsCN oCnLoc = new ClsCN();
DAL.ClsUser oUser = new DAL.ClsUser();
--
Gitblit v1.9.1