This commit is contained in:
aozhiwei 2019-07-25 19:53:40 +08:00
parent 2c45eee1ee
commit 7417e88927

View File

@ -246,7 +246,7 @@ class ShopController{
}
if ($_REQUEST['type'] == 3) {
$p = $this->getParameter(RAND_SHOP_GOLD);
$this->SubCoin($p['param_value'], $account_id);
$this->SubCoin($p['param_value'], $account_id, 1);
}
$ret = $conn->execScript('UPDATE user SET shop_flush_times=:shop_flush_times, modify_time=:modify_time ' .
' WHERE accountid=:accountid;',