update ini

This commit is contained in:
root
2025-01-23 15:53:52 +08:00
parent 356f5cf2ce
commit f0e5a36eac

View File

@@ -1712,7 +1712,7 @@ function getMoneyPara()
function getMoneyPara_forPpsReport() function getMoneyPara_forPpsReport()
{ {
global $omc_db; global $omc_db,$pubConn;
$getSql = " SELECT pubVarValue FROM omcPubVarConf WHERE pubVarName='currency_decimal'"; $getSql = " SELECT pubVarValue FROM omcPubVarConf WHERE pubVarName='currency_decimal'";
$getRes = @mysqli_query($pubConn, $getSql); $getRes = @mysqli_query($pubConn, $getSql);
$getRow = @mysqli_fetch_array($getRes); $getRow = @mysqli_fetch_array($getRes);