Commit 969d61f3 authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

issue comman missing

parent 3910d160
...@@ -145,7 +145,7 @@ class ExchangerateUpload extends Component ...@@ -145,7 +145,7 @@ class ExchangerateUpload extends Component
$needChkDup = false; $needChkDup = false;
} }
CenterConfExchangerate::updateOrInsert( CenterConfExchangerate::updateOrInsert(
[ [
'currency' => $CUR, 'currency' => $CUR,
...@@ -166,7 +166,7 @@ class ExchangerateUpload extends Component ...@@ -166,7 +166,7 @@ class ExchangerateUpload extends Component
], ],
[ [
'finishdate' => $DATE2 'finishdate' => $DATE2,
'baht' => $EXRATE, 'baht' => $EXRATE,
'rate' => $FACT, 'rate' => $FACT,
'amenddate' => $AMMENDDATE 'amenddate' => $AMMENDDATE
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment