|
@@ -41,10 +41,10 @@ class orderstatsControl extends SystemControl
|
|
|
Tpl::output('merchant_list', $merchant_list);
|
|
|
}
|
|
|
$total_stats = $this->stats($stats_list);
|
|
|
- $check_text = ['未编辑', '匹配', '不匹配'];
|
|
|
+ $order_time_type_text = ['notify_time' => '回调时间', 'order_time' => '下单时间'];
|
|
|
Tpl::output('total_stats', $total_stats);
|
|
|
Tpl::output('stats_list', $stats_list);
|
|
|
- Tpl::output('check_text', $check_text);
|
|
|
+ Tpl::output('order_time_type_text', $order_time_type_text);
|
|
|
Tpl::output('show_page', $model_refill_order->showpage());
|
|
|
Tpl::showpage($page);
|
|
|
}
|