This commit is contained in:
小鱼开发
2024-06-21 11:38:06 +08:00
parent 97fe228fb3
commit 6345662836
+1 -1
View File
@@ -332,7 +332,7 @@ class User extends Wxapp
$group_id == 1 && $where['sale_id'] = $uid;
$fq_total = $this->orders_model->count($where);
$where = [
'status>=' => 1,
'status' => 1,
'brand_id>' => 0, 'biz_id' => $biz_id, 'status!=' => 2,
];
$group_id == 1 && $where['sale_id'] = $uid;