|
@@ -48,7 +48,7 @@ class ordersendlistControl extends SystemControl
|
|
|
$time_cond[] = ['lt', (time() - 900)];
|
|
|
}
|
|
|
if (!empty($_GET['card_type'])) {
|
|
|
- if (in_array($_GET['card_type'], ['1', '2', '4', '5', '6'])) {
|
|
|
+ if (in_array($_GET['card_type'], ['1', '2', '4', '5', '6', '7'])) {
|
|
|
$condition['refill_order.card_type'] = $_GET['card_type'];
|
|
|
}
|
|
|
if ($_GET['card_type'] == 'oil') {
|
|
@@ -109,6 +109,8 @@ class ordersendlistControl extends SystemControl
|
|
|
return '中国联通';
|
|
|
} elseif ($card_type == 6) { //中国电信
|
|
|
return '中国电信';
|
|
|
+ } elseif ($card_type == 7) { //中国电信
|
|
|
+ return '增值业务';
|
|
|
} else {
|
|
|
return 'unknown';
|
|
|
}
|