Wms/WMS.BLL/BllAsnServer/ArrivalNoticeServer.cs
@@ -58,7 +58,7 @@ { sqlPub += $"AND tb1.Status = '{model.Status}' "; } if (!string.IsNullOrEmpty(model.Type)) /*if (!string.IsNullOrEmpty(model.Type)) { if (model.Type == "3") { @@ -73,7 +73,7 @@ { sqlPub += " AND tb1.Type != '3'"; } }*/ if (!string.IsNullOrEmpty(model.StartTime)) { sqlPub += $"AND tb1.CreateTime >= '{model.StartTime}' ";