From 2d10c6aafde92baf24ee2d4fb97043a4b98e7f62 Mon Sep 17 00:00:00 2001 From: lyt Date: Fri, 13 Dec 2019 11:26:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B4=A2=E5=8A=A1=E8=A1=A8=E6=88=90?= =?UTF-8?q?=E6=9C=AC=E5=92=8C=E5=AE=9E=E9=99=85=E6=88=90=E6=9C=AC,?= =?UTF-8?q?=E6=8E=92=E9=99=A4=E8=AE=BE=E4=B8=BA=E6=97=A0=E6=95=88=E7=9A=84?= =?UTF-8?q?=E5=9B=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trippestOrderSync/models/vendor_money_model.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webht/third_party/trippestOrderSync/models/vendor_money_model.php b/webht/third_party/trippestOrderSync/models/vendor_money_model.php index 6334613b..769f05ee 100644 --- a/webht/third_party/trippestOrderSync/models/vendor_money_model.php +++ b/webht/third_party/trippestOrderSync/models/vendor_money_model.php @@ -658,6 +658,9 @@ FROM -- AND ( tourProvide=gci_vei_name ) -- AND tourBZ LIKE '%'+REPLACE(gci_no,'[','[[]')+'%' and CHARINDEX(gci_no, tourBZ) > 0 + and exists ( + select 1 from BIZ_ConfirmLineInfo where COLI_ID=ordernumber and COLI_State<>50 + ) ) AS report_cost , (SELECT top 1 RPT_Total FROM report_tour