|
@@ -1,5 +1,4 @@
|
|
<?php
|
|
<?php
|
|
-require_once(BASE_HELPER_PATH . '/mtopcard/mtopcard.php');
|
|
|
|
class refill_orderControl extends SystemControl
|
|
class refill_orderControl extends SystemControl
|
|
{
|
|
{
|
|
public function __construct()
|
|
public function __construct()
|
|
@@ -117,8 +116,8 @@ class refill_orderControl extends SystemControl
|
|
}
|
|
}
|
|
$order_list[$order_id]['diff_time_text'] = $this->elapse_time($diff_time);
|
|
$order_list[$order_id]['diff_time_text'] = $this->elapse_time($diff_time);
|
|
$order_list[$order_id]['diff_time'] = $diff_time;
|
|
$order_list[$order_id]['diff_time'] = $diff_time;
|
|
- $order_list[$order_id]['quality_text'] = $this->quality_format($order_info['quality']);
|
|
|
|
- $order_list[$order_id]['org_quality_text'] = $this->quality_format($order_info['org_quality']);
|
|
|
|
|
|
+ $order_list[$order_id]['quality_text'] = $this->quality_format($order_info['quality'],$order_info['card_type']);
|
|
|
|
+ $order_list[$order_id]['org_quality_text'] = $this->quality_format($order_info['org_quality'],$order_info['card_type']);
|
|
}
|
|
}
|
|
|
|
|
|
$provider_list = Model('')->table('refill_provider,store')
|
|
$provider_list = Model('')->table('refill_provider,store')
|