修改线索消息记录

This commit is contained in:
lccsw
2025-12-03 08:48:16 +08:00
parent 2b712b035b
commit 5af2b47051
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -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 {