|
|
|
@ -655,6 +655,8 @@ class Index extends CI_Controller {
|
|
|
|
|
$ordertype = 'T';
|
|
|
|
|
} elseif (substr($ordertype_temp, 0, 1) == 'B') {
|
|
|
|
|
$ordertype = 'B';
|
|
|
|
|
} elseif (substr($ordertype_temp, 0, 1) == 'A') {
|
|
|
|
|
$ordertype = 'B';
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// 2018.05.28 for Trippest, tourMaster的订单号是01开头
|
|
|
|
|