fixed
This commit is contained in:
@@ -279,8 +279,10 @@ class Cusorder extends Wxapp
|
||||
$where['biz_id'] = $this->biz_id;
|
||||
}
|
||||
$where['status<'] = 3;
|
||||
$where['status>'] = -1;
|
||||
$d_count = $this->orders_model->count($where);
|
||||
unset($where['status<']);
|
||||
unset($where['status>']);
|
||||
$where['status'] = 3;
|
||||
$f_count = $this->orders_model->count($where);
|
||||
$lists = [
|
||||
|
||||
Reference in New Issue
Block a user