edit-admin-pay_log
This commit is contained in:
@@ -669,7 +669,6 @@ class Orders extends HD_Controller
|
||||
$count = $this->app_liche_orders_model->count($where);
|
||||
if ($count) {
|
||||
$rows = $this->app_liche_orders_model->select($where, 'id desc', $page, $size, 'id,total_price,type,pay_time,mch_id,descrip,status,pid,img,admin_id');
|
||||
echo $this->app_liche_orders_model->db->last_query();
|
||||
$type_arr = $this->app_liche_orders_model->get_type_arr();
|
||||
foreach ($rows as $item) {
|
||||
$company = '';
|
||||
|
||||
Reference in New Issue
Block a user