edit-admin-pay_log

This commit is contained in:
lccsw
2022-05-20 09:35:53 +08:00
parent 7789278b99
commit b44a91b2c9
@@ -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 = '';