mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-18 06:37:28 +08:00
user modcomment new new one in the front
This commit is contained in:
@@ -556,7 +556,7 @@ class ExamRepository extends BaseRepository
|
|||||||
'begin' => $examUser->begin,
|
'begin' => $examUser->begin,
|
||||||
'end' => $examUser->end
|
'end' => $examUser->end
|
||||||
], $locale);
|
], $locale);
|
||||||
$userModcommentUpdate[] = sprintf("when `id` = %s then concat_ws('\n', modcomment, '%s')", $uid, $userModcomment);
|
$userModcommentUpdate[] = sprintf("when `id` = %s then concat_ws('\n', '%s', modcomment)", $uid, $userModcomment);
|
||||||
$banLogReason = nexus_trans('exam.ban_log_reason', [
|
$banLogReason = nexus_trans('exam.ban_log_reason', [
|
||||||
'exam_name' => $exam->name,
|
'exam_name' => $exam->name,
|
||||||
'begin' => $exam->begin,
|
'begin' => $exam->begin,
|
||||||
|
|||||||
Reference in New Issue
Block a user