edit-api-log_filter
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user