修改后台消息来源

This commit is contained in:
lccsw
2025-12-03 09:23:06 +08:00
parent 5af2b47051
commit f2b6a082d0
+4 -2
View File
@@ -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);
}