From 070869a62075000e2a43e4dbb36308f125a7ba57 Mon Sep 17 00:00:00 2001 From: lyt Date: Wed, 5 Jun 2019 16:30:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=B5=B0=E5=9B=A2=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E7=9A=84=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6,?= =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E5=B9=B3=E5=8F=B0=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=98=AF=E4=B8=8D=E5=8B=BE=E9=80=89=E8=B5=B0=E5=9B=A2=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/vendorPlanSync/models/Group_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/vendorPlanSync/models/Group_model.php b/webht/third_party/vendorPlanSync/models/Group_model.php index 522e50ec..83a46092 100644 --- a/webht/third_party/vendorPlanSync/models/Group_model.php +++ b/webht/third_party/vendorPlanSync/models/Group_model.php @@ -24,7 +24,7 @@ class Group_model extends CI_Model { $sql .= $gri_sn!==0 ? $gri_sql : " AND isnull(VAS_IsCancel,0)=0 AND isnull(VAS_Delete,0)=0 AND isnull(vas.DeleteFlag,0)=0 AND VAS_IsSendSucceed=1 AND isnull(VAS_IsReceive,0)=0 - AND EOI_GetDate between '$start_date' AND '$end_date' + -- AND EOI_GetDate between '$start_date' AND '$end_date' -- Trippest, not confirm, not change -- for Trippest deploy AND isnull(VAS_IsConfirm,0)=0 AND isnull(VAS_SendVary,0)=0 AND GRI_OrderType=227002