From 0259b2ac132ac7d1d22e2ecbc92048acca421a4d Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 29 三月 2023 10:49:30 +0800
Subject: [PATCH] 订单下达生成工单号语句修改、生产工单手工创建获取单号接口
---
VueWebApi/DLL/BLL/LoginBLL.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/VueWebApi/DLL/BLL/LoginBLL.cs b/VueWebApi/DLL/BLL/LoginBLL.cs
index 764558c..6792ca5 100644
--- a/VueWebApi/DLL/BLL/LoginBLL.cs
+++ b/VueWebApi/DLL/BLL/LoginBLL.cs
@@ -42,7 +42,7 @@
#region[PC鐧诲嚭]
public static ToMessage LoginOut(int userid,string usercode, string username,string usertype)
{
- return LoginDAL.LoginOut(userid,usercode, username, usertype);
+ return LoginDAL.LoginOut(userid, usercode, username, usertype);
}
#endregion
--
Gitblit v1.9.3