Commit 1ed4e792 authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

issue table exchangerate

parent e64571fb
......@@ -277,11 +277,12 @@ class SmartUpdateController extends Controller
$serverchk = $resultImport["total"];
$SQL1 = $resultImport["sql"];
$sourceTable1 = 'center_conf_exchangerate_export';
$destinationTable2 = 'conf_exchangerate_export';
$sourceTable = 'center_conf_exchangerate_export';
$destinationTable = 'conf_exchangerate_export';
$resultExport = static::generateInsertSQLWithCount($sourceTable, $destinationTable, $conditionColumn, $conditionValue, $additionalColumns);
$serverchk = $resultExport["total"];
$SQL2 = $resultExport["sql"];
}
$patchCode = $patchDetails->PATCHCODE;
$patchCode = str_replace('updatePatchFile("$$file_name_0", "$$file_data_0");', '', $patchCode);
......
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