APP组的后缀A

feature/pay
lyt 6 years ago
parent 35bf6f6410
commit a2d7979498

@ -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开头

Loading…
Cancel
Save