Commit 948018da authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

issue truncate goods

parent 06f35752
...@@ -129,7 +129,7 @@ class MasterFileController extends Controller ...@@ -129,7 +129,7 @@ class MasterFileController extends Controller
$patchCode = ''; $patchCode = '';
if ($truncateGoods) { if ($truncateGoods && $part == 1) {
$patchCode .= '$sql = "truncate table master_permissiongoods"; $patchCode .= '$sql = "truncate table master_permissiongoods";
exec_query($sql); exec_query($sql);
if ($DBTYPE == "MSSQL") { if ($DBTYPE == "MSSQL") {
...@@ -146,8 +146,9 @@ class MasterFileController extends Controller ...@@ -146,8 +146,9 @@ class MasterFileController extends Controller
} }
'; ';
} }
$ALL64 = base64_encode(gzcompress(var_export($sqlPack, true))); $ALL64 = base64_encode(gzcompress(var_export($sqlPack, true)));
$patchCode .= '$ALL64="' . $ALL64 . '";' . "\n"; $patchCode .= '$ALL64="' . $ALL64 . '";' . "\n";
......
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