From 5c41ac58174bf4b800356a55e66834a2baf505f2 Mon Sep 17 00:00:00 2001 From: lyt Date: Wed, 12 Feb 2020 16:49:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Trippest=E9=A2=84=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/trippestOrderSync/models/vendor_money_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/trippestOrderSync/models/vendor_money_model.php b/webht/third_party/trippestOrderSync/models/vendor_money_model.php index 546fc68c..16bfc257 100644 --- a/webht/third_party/trippestOrderSync/models/vendor_money_model.php +++ b/webht/third_party/trippestOrderSync/models/vendor_money_model.php @@ -400,7 +400,7 @@ class Vendor_money_model extends CI_Model { public function get_precheck_price_error($start_date, $end_date, $all_vendor) { - $expire_fresh = date('Y-m-d',strtotime("+2 months", strtotime($start_date))); + $expire_fresh = date('Y-m-d',strtotime("+3 months", strtotime($start_date))); $sql = "SELECT data_tmp.TLD_total_price-(HT_haina_receipt+HT_agency_receipt) as 'total_price_err', --总团款差额 (账单减HT)', case data_tmp.COLI_OPI_ID when 435