|
|
|
@ -78,7 +78,7 @@ class Index extends CI_Controller
|
|
|
|
|
public function index()
|
|
|
|
|
{
|
|
|
|
|
$data = array();
|
|
|
|
|
$orders = $this->wwwlogs_model->get_update_list(10);
|
|
|
|
|
$orders = $this->wwwlogs_model->get_update_list(12);
|
|
|
|
|
// print_r($orders);
|
|
|
|
|
if ($orders) {
|
|
|
|
|
foreach ($orders as $item) {
|
|
|
|
|