From 6603de22577ef39ec77eec5622f2ddf3e093ea57 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 03 九月 2021 13:46:14 +0800
Subject: [PATCH] 批量操作----提升查询效率 订单收款增加导出功能 送货 预期,所有没有送货的订单

---
 CY_ECommercePlatform/CY.BLL/OA/OA_DeliverPlanBLL.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CY_ECommercePlatform/CY.BLL/OA/OA_DeliverPlanBLL.cs b/CY_ECommercePlatform/CY.BLL/OA/OA_DeliverPlanBLL.cs
index 21b3821..72aa483 100644
--- a/CY_ECommercePlatform/CY.BLL/OA/OA_DeliverPlanBLL.cs
+++ b/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))

--
Gitblit v1.9.1