Administrator
2024-06-25 65a82f27f5c8b46d251d55d13d1915b2f62038b3
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}' ";