This commit is contained in:
小鱼开发
2024-06-13 22:04:23 +08:00
parent 8551d58057
commit 7a8294c588
@@ -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 = [