修改管理后台线索日志
This commit is contained in:
@@ -133,7 +133,8 @@ class Clues extends BaseController
|
||||
'uname' => $_SESSION['username'],
|
||||
'type' => intval($params['type']),
|
||||
'log' => '修改意向购车周期为:' . $buy_time_cn,
|
||||
'c_time' => time()
|
||||
'c_time' => time(),
|
||||
'cf_platform' => Receiver_clue_oplogs_model::CF_PLATFORM_PINGAN_ADMIN
|
||||
);
|
||||
$this->mdOplogs->add($addData);
|
||||
$this->clues_model->update(['buy_time' => $params['buy_time']], ['id' => $params['id']]);
|
||||
@@ -143,7 +144,8 @@ class Clues extends BaseController
|
||||
'pingan_user_id' => $_SESSION['id'],
|
||||
'uname' => $_SESSION['username'],
|
||||
'log' => $params['content'],
|
||||
'c_time' => time()
|
||||
'c_time' => time(),
|
||||
'cf_platform' => Receiver_clue_oplogs_model::CF_PLATFORM_PINGAN_ADMIN
|
||||
);
|
||||
$id = $this->mdOplogs->add($addData);
|
||||
if ($id) {
|
||||
@@ -347,7 +349,8 @@ class Clues extends BaseController
|
||||
'uname' => $_SESSION['username'],
|
||||
'type' => 0,
|
||||
'log' => $log,
|
||||
'c_time' => time()
|
||||
'c_time' => time(),
|
||||
'cf_platform' => Receiver_clue_oplogs_model::CF_PLATFORM_PINGAN_ADMIN
|
||||
);
|
||||
$this->mdOplogs->add($addData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user