From 35bae61af23c6d40e13566350fa602d3b167a155 Mon Sep 17 00:00:00 2001 From: QxQ Date: Wed, 12 Dec 2018 23:17:22 +0800 Subject: [PATCH] enter --- models/Carpayment_model.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/Carpayment_model.php b/models/Carpayment_model.php index 9dfc543..32b2c54 100644 --- a/models/Carpayment_model.php +++ b/models/Carpayment_model.php @@ -387,7 +387,8 @@ class Carpayment_model extends CI_Model { // 北車西上特例 $station_local_ip = ($cario['station_no'] == 12304)? '192.168.10.203' : STATION_LOCAL_IP; - + //科博館新建特例 + $station_local_ip = ($cario['station_no'] == 40709)? '192.168.9.201' : STATION_LOCAL_IP; if(!empty($cario['in_pic_name'])) { $pic_name_arr = explode('-', $cario['in_pic_name']);