This commit is contained in:
小鱼开发
2024-06-19 14:49:17 +08:00
parent 48508a1b60
commit c25248ea87
+1 -2
View File
@@ -20,7 +20,6 @@ class Clues extends Wxapp
public function get()
{
$id = $this->input_param('id');
if ($id) {
$where = [
@@ -52,7 +51,7 @@ class Clues extends Wxapp
$size = $this->input_param('size');
!$page && $page = 1;
!$size && $size = 10;
$where = ['biz_id' => $this->get_biz_id(), 'status' => 0];
$where = ['biz_id' => $this->get_biz_id(), 'status' => 1, 'status2' => 2];
$total = $this->clues_model->count($where);
$lists = [];
if ($total > 0) {