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 + "%' ");