clue
This commit is contained in:
@@ -51,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' => 1, 'status2' => 2];
|
||||
$where = ['biz_id' => $this->get_biz_id(), 'status' => 1, 'status2' => 1];
|
||||
$total = $this->clues_model->count($where);
|
||||
$lists = [];
|
||||
if ($total > 0) {
|
||||
|
||||
Reference in New Issue
Block a user