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