修改线索消息记录
This commit is contained in:
@@ -1586,7 +1586,7 @@ class Customers extends Wxapp
|
||||
$content = "不解锁,理由为【{$reason}】";
|
||||
$this->customers_entity->add_log($id, $this->session['uid'], $uname, $content, Receiver_customer_oplogs_model::TYPE_UNLOCK);
|
||||
if ($row['rid']) {
|
||||
$this->clues_entity->add_log($row['rid'], $this->session['uid'], $uname, $content, Receiver_clue_oplogs_model::TYPE_UNLOCK);
|
||||
$this->clues_entity->add_log($row['rid'], $this->session['uid'], $uname, $content, Receiver_clue_oplogs_model::TYPE_UNLOCK, Receiver_clue_oplogs_model::CF_PLATFORM_WXAPP);
|
||||
}
|
||||
$msg = "保存成功";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user