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))