edit-api-log_filter

This commit is contained in:
lccsw
2021-10-12 13:55:38 +08:00
parent 90e85200e5
commit 81ca366fbc
+2 -1
View File
@@ -195,7 +195,8 @@ class Clues extends Wxapp{
//获取日志
$logs = [];
$where = [
'clue_id' => $row['id']
'clue_id' => $row['id'],
'type!=' => 2
];
$log_rows = $this->receiver_clue_oplogs_model->select($where,'id desc',1,20,'id,log,c_time');
if($log_rows){