username@email.com
2021-09-03 6603de22577ef39ec77eec5622f2ddf3e093ea57
CY_ECommercePlatform/CY.BLL/OA/OA_DeliverPlanBLL.cs
@@ -158,7 +158,7 @@
        {
            string Condition = " and od.FirmId ='" + FirmId + "' and od.shifouDelivery = 1 ";
            if (!string.IsNullOrEmpty(DeliveredTime))
            if (!string.IsNullOrEmpty(DeliveredTime) && DeliveredTime!="预期")
                Condition += " and DATEDIFF(day,od.[DeliverTime],'" + DeliveredTime + "')=0 ";
            if (!string.IsNullOrEmpty(CarId))