Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sarun Mungthanya
SpnPatch-Laravel
Commits
1ed4e792
Commit
1ed4e792
authored
Dec 06, 2024
by
Sarun Mungthanya
Browse files
issue table exchangerate
parent
e64571fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/SmartUpdateController.php
View file @
1ed4e792
...
@@ -277,11 +277,12 @@ class SmartUpdateController extends Controller
...
@@ -277,11 +277,12 @@ class SmartUpdateController extends Controller
$serverchk
=
$resultImport
[
"total"
];
$serverchk
=
$resultImport
[
"total"
];
$SQL1
=
$resultImport
[
"sql"
];
$SQL1
=
$resultImport
[
"sql"
];
$sourceTable
1
=
'center_conf_exchangerate_export'
;
$sourceTable
=
'center_conf_exchangerate_export'
;
$destinationTable
2
=
'conf_exchangerate_export'
;
$destinationTable
=
'conf_exchangerate_export'
;
$resultExport
=
static
::
generateInsertSQLWithCount
(
$sourceTable
,
$destinationTable
,
$conditionColumn
,
$conditionValue
,
$additionalColumns
);
$resultExport
=
static
::
generateInsertSQLWithCount
(
$sourceTable
,
$destinationTable
,
$conditionColumn
,
$conditionValue
,
$additionalColumns
);
$serverchk
=
$resultExport
[
"total"
];
$serverchk
=
$resultExport
[
"total"
];
$SQL2
=
$resultExport
[
"sql"
];
$SQL2
=
$resultExport
[
"sql"
];
}
}
$patchCode
=
$patchDetails
->
PATCHCODE
;
$patchCode
=
$patchDetails
->
PATCHCODE
;
$patchCode
=
str_replace
(
'updatePatchFile("$$file_name_0", "$$file_data_0");'
,
''
,
$patchCode
);
$patchCode
=
str_replace
(
'updatePatchFile("$$file_name_0", "$$file_data_0");'
,
''
,
$patchCode
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment