Administrator
2024-06-19 5d9e0037e2690c79aae441d4b187167c9c8b4841
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}' ";