|
@@ -892,7 +892,8 @@ class merchantControl extends SystemControl
|
|
|
$order_list[$order_id]['diff_time'] = time() - $order_info['order_time'];
|
|
|
}
|
|
|
}
|
|
|
- $provider_list = Model('')->table('refill_provider')->limit(100)->select();
|
|
|
+ $provider_list = Model('')->table('refill_provider,store')->field('refill_provider.*,store.store_name')->join('inner')->on('store.store_id=refill_provider.store_id')->limit(100)->select();
|
|
|
+
|
|
|
Tpl::output('stat', $stat);
|
|
|
Tpl::output('count', $count);
|
|
|
Tpl::output('order_list', $order_list);
|