From 492438c8d26a9ea69d05fdc8580e3be43cbc2976 Mon Sep 17 00:00:00 2001 From: lyt Date: Fri, 21 Jun 2019 17:29:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E6=8E=A5=E8=AE=A1=E5=88=92:=E5=8F=91?= =?UTF-8?q?=E9=80=81=E5=9C=A8=E7=AD=89=E5=BE=85=E7=AC=AC=E4=B8=80=E6=AC=A1?= =?UTF-8?q?=E5=8F=91=E9=80=81=E6=97=B6=E5=B0=B1=E6=9C=89=E5=8F=98=E6=9B=B4?= =?UTF-8?q?=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 1f8da255..531663e5 100644 --- a/webht/third_party/vendorPlanSync/models/Group_model.php +++ b/webht/third_party/vendorPlanSync/models/Group_model.php @@ -26,7 +26,7 @@ class Group_model extends CI_Model { AND VAS_IsSendSucceed=1 AND isnull(VAS_IsReceive,0)=0 -- AND EOI_GetDate between '$start_date' AND '$end_date' AND EOI_GetDate > CONVERT(date, GETDATE()) - AND isnull(VAS_IsConfirm,0)=0 AND isnull(VAS_SendVary,0)=0 + AND isnull(VAS_IsConfirm,0)=0 AND VAS_ConfirmSN IS NULL and not exists ( select 1 from VendorPlanSendout where VPS_VAS_SN=VAS_SN )