From fb8b33fd8115592efa524b015e0d9889b696c70a Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期三, 15 十月 2025 11:03:36 +0800
Subject: [PATCH] pda周转箱调拨
---
service/base/LoginService.cs | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/service/base/LoginService.cs b/service/base/LoginService.cs
index 5314f17..983db58 100644
--- a/service/base/LoginService.cs
+++ b/service/base/LoginService.cs
@@ -34,7 +34,6 @@
var sysUser = Db.Ado.SqlQuery<dynamic>("EXEC prc_pda_login_selUserOrgInfo @pi_account,@pi_password,@inP1,@inP2,@inP3", parameters).First();
if (sysUser == null) throw new Exception("鐢ㄦ埛涓嶅瓨鍦�");
-
var db_password = sysUser.Password;
if (!strPass.Equals(db_password)) throw new Exception("鐢ㄦ埛鍚嶆垨鑰呭瘑鐮侀敊璇�");
return sysUser;
@@ -96,8 +95,7 @@
var icoimg = "";
if (mesFile != null)
- icoimg = "http://192.168.1.145:81/upload/" +
- mesFile.UrlPath;
+ icoimg = "http://192.168.8.8:81/upload/" + mesFile.UrlPath;
groupObj.child.Add(new MesSysPageview
{
--
Gitblit v1.9.3