From 009951e2a18ddd378f917862fa360e8a1fefc5e1 Mon Sep 17 00:00:00 2001 From: LEE Wei Cheng Date: Fri, 20 Oct 2023 16:01:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=BD=E5=8A=A0=E8=A5=BF=E5=B1=AF=E5=8D=9A?= =?UTF-8?q?=E9=A4=A8=E8=B7=AF=E7=89=B9=E8=A6=8FIP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/Carpayment_model.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/models/Carpayment_model.php b/models/Carpayment_model.php index e0590ec..0b9a565 100644 --- a/models/Carpayment_model.php +++ b/models/Carpayment_model.php @@ -393,6 +393,10 @@ class Carpayment_model extends CI_Model else if($cario['station_no'] == 40709) { $station_local_ip = '192.168.9.201'; + }//科博西屯特例 + else if($cario['station_no'] == 40703) + { + $station_local_ip = '192.168.10.205'; } else if($cario['station_no'] == 12117) {