diff --git a/shop/kcp/pp_cli_hub.php b/shop/kcp/pp_cli_hub.php index 6dd7f6b5d..6eb440710 100644 --- a/shop/kcp/pp_cli_hub.php +++ b/shop/kcp/pp_cli_hub.php @@ -240,7 +240,7 @@ if ($row['cnt']) { $cash_info = serialize($cash); $sql = " update {$g5['g5_shop_order_table']} - set od_cash = '1' + set od_cash = '1', od_cash_no = '$cash_no', od_cash_info = '$cash_info' where od_id = '$ordr_idxx' ";