fix bug sync google sheet and handle to long data address on pbg task

This commit is contained in:
arifal
2025-05-20 11:13:21 +07:00
parent c4d865bf2b
commit 34e082c31b
3 changed files with 28 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ class ServiceGoogleSheet
'tanggal_skrd' => $this->convertToDate($cleanValue($row[33] ?? null)),
'ptsp' => $cleanValue($row[34] ?? null),
'selesai_terbit' => $cleanValue($row[35] ?? null),
'tanggal_pembayaran' => $cleanValue($row[36] ?? null),
'tanggal_pembayaran' => $this->convertToDate($cleanValue($row[36] ?? null)),
'format_sts' => $cleanValue($row[37] ?? null),
'tahun_terbit' => (int) $cleanValue($row[38] ?? null),
'tahun_berjalan' => (int) $cleanValue($row[39] ?? null),