Browse Source

enter

station_14109
QxQ 7 years ago
parent
commit
35bae61af2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      models/Carpayment_model.php

+ 2
- 1
models/Carpayment_model.php View File

@@ -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'] == 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'])) if(!empty($cario['in_pic_name']))
{ {
$pic_name_arr = explode('-', $cario['in_pic_name']); $pic_name_arr = explode('-', $cario['in_pic_name']);


Loading…
Cancel
Save