From bba676af4d0ae047763ccdb4afa94dc431f050f7 Mon Sep 17 00:00:00 2001 From: xusc Date: Wed, 24 Apr 2024 17:11:37 +0800 Subject: [PATCH] .. --- .../Business/Service/报表管理/IcsReportAppService.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/aspnet-core/ICS.Application/Business/Service/报表管理/IcsReportAppService.cs b/src/aspnet-core/ICS.Application/Business/Service/报表管理/IcsReportAppService.cs index 02da81b5..f8a05fa1 100644 --- a/src/aspnet-core/ICS.Application/Business/Service/报表管理/IcsReportAppService.cs +++ b/src/aspnet-core/ICS.Application/Business/Service/报表管理/IcsReportAppService.cs @@ -2121,9 +2121,6 @@ where a.RowSeq=1 "; - - - if (!input.Parameter1.IsNullOrEmpty()) { sql = sql.Replace("--<1>--", "and a.ManufacturingNo like '%" + input.Parameter1 + "%' ");