Browse Source

..

Branch_kelk
xusc 5 months ago
parent
commit
bba676af4d
  1. 3
      src/aspnet-core/ICS.Application/Business/Service/报表管理/IcsReportAppService.cs

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

Loading…
Cancel
Save