From cc4c6b9116945074bd4fa82a0bcad69b3174ae2f Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 13 Jan 2022 13:09:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SettleAccounts/SettleAccountAppService.cs | 4 +- .../Entities/WMS/WMSHQFKanbanAppService.cs | 2 +- .../WMS/WMSHQFSharePartAppService .cs | 6 +- .../Entities/WMS/WMSHQHKanbanAppService.cs | 2 +- .../Entities/WMS/WMSHQHSharePartAppService.cs | 2 +- .../Entities/WMS/WMSJitAppService.cs | 2 +- .../Entities/WMS/WMSKanbanAppService.cs | 2 +- .../Entities/WMS/WMSSharePartAppService.cs | 2 +- .../Entities/WMS/WmsHQCarAppService.cs | 2 +- .../Entities/WMS/WmsHQMKanbanAppService.cs | 2 +- .../Entities/WMS/WmsHQMSharePartAppService.cs | 2 +- .../SettleAccount.Application.xml | 80 +++++++++++++++++++ 12 files changed, 94 insertions(+), 14 deletions(-) diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/SettleAccounts/SettleAccountAppService.cs b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/SettleAccounts/SettleAccountAppService.cs index 1831a1fd..fdf24732 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/SettleAccounts/SettleAccountAppService.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/SettleAccounts/SettleAccountAppService.cs @@ -52,8 +52,8 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts /// /// 大众准时化结算明细导入-R3已结 /// - [Authorize(SettleAccountPermissions.SettleAccounts.Default)] - //[AllowAnonymous] + //[Authorize(SettleAccountPermissions.SettleAccounts.Default)] + [AllowAnonymous] [Route("api/settleaccount/SettleAccount")] public class SettleAccountAppService : SettleAccountApplicationBase, ISettleAccountAppService { diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQFKanbanAppService.cs b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQFKanbanAppService.cs index 2147855d..3411fdda 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQFKanbanAppService.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQFKanbanAppService.cs @@ -370,7 +370,7 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts " @type = 5,\n" + "SELECT 'Return Value' = @return_value"; await _wmsRepository.GetDbContext().Database.ExecuteSqlRawAsync( - string.Format(sql, input.BillNum, input.AccountDate.ToShortDateString()) + string.Format(sql, input.BillNum) ); diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQFSharePartAppService .cs b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQFSharePartAppService .cs index c1b21106..4d160c68 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQFSharePartAppService .cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQFSharePartAppService .cs @@ -55,8 +55,8 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts /// 红旗F平台备件-出库 /// - //[AllowAnonymous] - [Authorize(SettleAccountPermissions.WMSHQ.Default)] + [AllowAnonymous] + //[Authorize(SettleAccountPermissions.WMSHQ.Default)] [Route("api/settleaccount/wmsHQFSharePartoutput")] public class WMSHQFSharePartAppService : SettleAccountApplicationBase @@ -328,7 +328,7 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts " @type = 6,\n" + "SELECT 'Return Value' = @return_value"; await _wmsRepository.GetDbContext().Database.ExecuteSqlRawAsync( - string.Format(sql, input.BillNum, input.AccountDate.ToShortDateString()) + string.Format(sql, input.BillNum) ); diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQHKanbanAppService.cs b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQHKanbanAppService.cs index aac1beec..2b14895d 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQHKanbanAppService.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQHKanbanAppService.cs @@ -408,7 +408,7 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts " @type = 3,\n" + "SELECT 'Return Value' = @return_value"; await _wmsRepository.GetDbContext().Database.ExecuteSqlRawAsync( - string.Format(sql, input.BillNum, input.AccountDate.ToShortDateString()) + string.Format(sql, input.BillNum) ); diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQHSharePartAppService.cs b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQHSharePartAppService.cs index 0d472542..0f36c04b 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQHSharePartAppService.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQHSharePartAppService.cs @@ -378,7 +378,7 @@ into temp1 " @type = 4,\n" + "SELECT 'Return Value' = @return_value"; await _wmsRepository.GetDbContext().Database.ExecuteSqlRawAsync( - string.Format(sql, input.BillNum, input.AccountDate.ToShortDateString()) + string.Format(sql, input.BillNum) ); diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSJitAppService.cs b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSJitAppService.cs index 5f5b4592..21c1dbb0 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSJitAppService.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSJitAppService.cs @@ -448,7 +448,7 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts " @type = 0,\n" + "SELECT 'Return Value' = @return_value"; await _wmsRepository.GetDbContext().Database.ExecuteSqlRawAsync( - string.Format(sql, input.BillNum, input.AccountDate.ToShortDateString()) + string.Format(sql, input.BillNum) ); diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSKanbanAppService.cs b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSKanbanAppService.cs index ed6e95d4..a6aacb88 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSKanbanAppService.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSKanbanAppService.cs @@ -461,7 +461,7 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts " @type = 1,\n" + "SELECT 'Return Value' = @return_value"; await _wmsRepository.GetDbContext().Database.ExecuteSqlRawAsync( - string.Format(sql, input.BillNum, input.AccountDate.ToShortDateString()) + string.Format(sql, input.BillNum) ); diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSSharePartAppService.cs b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSSharePartAppService.cs index 9380c2b8..59637ba8 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSSharePartAppService.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSSharePartAppService.cs @@ -386,7 +386,7 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts " @type = 2,\n" + "SELECT 'Return Value' = @return_value"; await _wmsRepository.GetDbContext().Database.ExecuteSqlRawAsync( - string.Format(sql, input.BillNum, input.AccountDate.ToShortDateString()) + string.Format(sql, input.BillNum) ); diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WmsHQCarAppService.cs b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WmsHQCarAppService.cs index f0eb7c91..95f09a8e 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WmsHQCarAppService.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WmsHQCarAppService.cs @@ -328,7 +328,7 @@ namespace Win.Sfs.SettleAccount.Entities.WMS " @type = 9,\n" + "SELECT 'Return Value' = @return_value"; await _wmsRepository.GetDbContext().Database.ExecuteSqlRawAsync( - string.Format(sql, input.BillNum, input.AccountDate.ToShortDateString()) + string.Format(sql, input.BillNum) ); diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WmsHQMKanbanAppService.cs b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WmsHQMKanbanAppService.cs index b236cf50..65cfd927 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WmsHQMKanbanAppService.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WmsHQMKanbanAppService.cs @@ -326,7 +326,7 @@ namespace Win.Sfs.SettleAccount.Entities.WMS " @type = 7,\n" + "SELECT 'Return Value' = @return_value"; await _wmsRepository.GetDbContext().Database.ExecuteSqlRawAsync( - string.Format(sql, input.BillNum, input.AccountDate.ToShortDateString()) + string.Format(sql, input.BillNum) ); diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WmsHQMSharePartAppService.cs b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WmsHQMSharePartAppService.cs index 0cc198e2..02795d2d 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WmsHQMSharePartAppService.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WmsHQMSharePartAppService.cs @@ -391,7 +391,7 @@ namespace Win.Sfs.SettleAccount.Entities.WMS " @type = 8,\n" + "SELECT 'Return Value' = @return_value"; await _wmsRepository.GetDbContext().Database.ExecuteSqlRawAsync( - string.Format(sql, input.BillNum, input.AccountDate.ToShortDateString()) + string.Format(sql, input.BillNum) ); diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/SettleAccount.Application.xml b/src/Modules/SettleAccount/src/SettleAccount.Application/SettleAccount.Application.xml index 3e4dd54c..a65ee43c 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/SettleAccount.Application.xml +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/SettleAccount.Application.xml @@ -1737,6 +1737,14 @@ + + + 出库界面功能删除 + + + + + 出库界面功能, 撤销核准出库 @@ -1797,6 +1805,14 @@ + + + 出库界面功能删除 + + + + + 出库界面功能, 撤销核准出库 @@ -1872,6 +1888,14 @@ + + + 出库界面功能删除 + + + + + 红旗M平台备件-出库 @@ -1931,6 +1955,14 @@ + + + 出库界面功能删除 + + + + + 出库界面功能, 撤销核准出库 @@ -1998,6 +2030,14 @@ + + + 出库界面功能删除 + + + + + 出库界面功能, 撤销核准出库 @@ -2074,6 +2114,14 @@ + + + 出库界面功能删除 + + + + + wms出库 @@ -2134,6 +2182,14 @@ + + + 出库界面功能删除 + + + + + 结算包与散件对应关系服务 @@ -2745,6 +2801,14 @@ + + + 出库界面功能删除 + + + + + 出库界面功能, 撤销核准出库 @@ -2813,6 +2877,14 @@ + + + 出库界面功能删除 + + + + + 红旗H平台备件-出库 @@ -2880,6 +2952,14 @@ + + + 出库界面功能删除 + + + + + 区域相关应用服务