username@email.com
20 小时以前 5af3a0cbd911adbdc2dd98e08008c4fbd50530d9
CY_ECommercePlatform/CY.BLL/OA/CoreDeliverOrderBLL.cs
@@ -249,10 +249,10 @@
            if (!string.IsNullOrEmpty(createTimeStart))
                Condition += " and DATEDIFF(day,a.[MakeTime],'" + createTimeStart + "')<=0 ";
                Condition += " and DATEDIFF(day,a.[OverTime],'" + createTimeStart + "')<=0 ";
            if (!string.IsNullOrEmpty(createTimeEnd))
                Condition += " and DATEDIFF(day,a.[MakeTime],'" + createTimeEnd + "')>=0 ";
                Condition += " and DATEDIFF(day,a.[OverTime],'" + createTimeEnd + "')>=0 ";