Server 103 Commit

This commit is contained in:
Server D3 Linksehat
2024-07-18 16:05:33 +07:00
parent 18732053a1
commit 1bf608b1ed
2380 changed files with 2007 additions and 717 deletions

12
Modules/Internal/Services/RequestLogService.php Normal file → Executable file
View File

@@ -282,12 +282,12 @@ class RequestLogService
}
if ($row['record_mode'] == 1){
$requestLog = RequestLog::updateOrCreate(
[
'member_id' => $member->id,
'submission_date' => $row['submission_date'],
'organization_id' => $organization_id,
],
$requestLog = RequestLog::create(
// [
// 'member_id' => $member->id,
// 'submission_date' => $row['submission_date'],
// 'organization_id' => $organization_id,
// ],
$data
);
} else if ($row['record_mode'] == 2) {