Browse Source

..

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

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

Loading…
Cancel
Save