Administrator
2024-06-18 58018c2b704c57a7cc3ccfa20ddb499e341eec1f
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}' ";