From e0a5ad7d60405322c7d67209e853fd9ce5011740 Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期四, 22 八月 2024 13:10:19 +0800 Subject: [PATCH] admin列设置应用 --- WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs | 2 +- WebAPI/Properties/PublishProfiles/FolderProfile21.pubxml.user | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs b/WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs index 1b4ba59..83e42dc 100644 --- a/WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs +++ b/WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs @@ -35,7 +35,7 @@ { ds = oCN.RunProcReturn("select * from Xt_grdAlignment_WMES where HModName='" + HModName + "' and (HUserName='admin' or HUserName='Admin')", "Xt_grdAlignment_WMES"); - if (ds.Tables[0].Rows.Count == 0) { + if (ds.Tables[0].Rows.Count != 0) { objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "Sucess锛�"; diff --git a/WebAPI/Properties/PublishProfiles/FolderProfile21.pubxml.user b/WebAPI/Properties/PublishProfiles/FolderProfile21.pubxml.user index f7a5d8d..b33347b 100644 --- a/WebAPI/Properties/PublishProfiles/FolderProfile21.pubxml.user +++ b/WebAPI/Properties/PublishProfiles/FolderProfile21.pubxml.user @@ -5,7 +5,7 @@ <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PublishTargetUrl>G:\issWeb\缃戠珯鍙戝竷\API</_PublishTargetUrl> - <History>True|2024-08-22T02:23:09.0739592Z;True|2024-08-22T09:03:26.5727554+08:00;False|2024-08-22T09:02:31.4240959+08:00;True|2024-08-22T08:47:36.3625451+08:00;True|2024-08-21T16:51:37.2382964+08:00;True|2024-08-21T16:25:44.7030554+08:00;True|2024-08-21T16:21:11.7076342+08:00;False|2024-08-21T16:20:13.4190052+08:00;True|2024-08-21T16:00:41.9895716+08:00;True|2024-08-21T14:57:09.3460834+08:00;True|2024-08-21T10:38:36.4128047+08:00;True|2024-08-21T08:14:03.4933362+08:00;</History> + <History>True|2024-08-22T04:38:36.4895558Z;True|2024-08-22T10:56:52.4037571+08:00;True|2024-08-22T10:23:09.0739592+08:00;True|2024-08-22T09:03:26.5727554+08:00;False|2024-08-22T09:02:31.4240959+08:00;True|2024-08-22T08:47:36.3625451+08:00;True|2024-08-21T16:51:37.2382964+08:00;True|2024-08-21T16:25:44.7030554+08:00;True|2024-08-21T16:21:11.7076342+08:00;False|2024-08-21T16:20:13.4190052+08:00;True|2024-08-21T16:00:41.9895716+08:00;True|2024-08-21T14:57:09.3460834+08:00;True|2024-08-21T10:38:36.4128047+08:00;True|2024-08-21T08:14:03.4933362+08:00;</History> </PropertyGroup> <ItemGroup> <File Include="apiapp.json"> @@ -288,13 +288,13 @@ <publishTime>11/24/2014 19:18:48</publishTime> </File> <File Include="bin/WebAPI.dll"> - <publishTime>08/22/2024 10:23:00</publishTime> + <publishTime>08/22/2024 12:38:24</publishTime> </File> <File Include="bin/WebAPI.pdb"> - <publishTime>08/22/2024 10:23:00</publishTime> + <publishTime>08/22/2024 12:38:24</publishTime> </File> <File Include="bin/WebAPI.XmlSerializers.dll"> - <publishTime>08/22/2024 10:23:05</publishTime> + <publishTime>08/22/2024 12:38:33</publishTime> </File> <File Include="bin/WebGrease.dll"> <publishTime>07/18/2013 01:03:52</publishTime> -- Gitblit v1.9.1