瀏覽代碼

更新植物園大客車代碼

master
LEE Wei Cheng 2 年之前
父節點
當前提交
ea56a125cb
共有 1 個檔案被更改,包括 11 行新增0 行删除
  1. +11
    -0
      models/Carpayment_model.php

+ 11
- 0
models/Carpayment_model.php 查看文件

@@ -457,6 +457,17 @@ class Carpayment_model extends CI_Model
{
return 2;
}
else if($cario['station_no'] == 40704)
{
if(substr($cario['in_out'], 0, 1) === 'C')
{
return 1; // 1: 平面 (一般車)
}
else
{
return 2; // 2: 平面 (大客車車)
}
}
return 1; // 預設值
}


Loading…
取消
儲存