修改后台消息来源
This commit is contained in:
@@ -614,7 +614,8 @@ class Clues extends HD_Controller
|
||||
'uname' => $this->username,
|
||||
'type' => intval($params['type']),
|
||||
'log' => $params['log'],
|
||||
'c_time' => time()
|
||||
'c_time' => time(),
|
||||
'cf_platform' => Receiver_clue_oplogs_model::CF_PLATFORM_ADMIN
|
||||
);
|
||||
$id = $this->mdOplogs->add($addData);
|
||||
if ($id) {
|
||||
@@ -881,7 +882,8 @@ class Clues extends HD_Controller
|
||||
'uname' => $this->username,
|
||||
'type' => intval($ary['type']),
|
||||
'log' => $ary['log'],
|
||||
'c_time' => time()
|
||||
'c_time' => time(),
|
||||
'cf_platform' => Receiver_clue_oplogs_model::CF_PLATFORM_ADMIN
|
||||
);
|
||||
$id = $this->mdOplogs->add($addData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user