diff --git a/webapp/controller/PayNotifyController.class.php b/webapp/controller/PayNotifyController.class.php index 577686f..1c733a1 100644 --- a/webapp/controller/PayNotifyController.class.php +++ b/webapp/controller/PayNotifyController.class.php @@ -71,7 +71,7 @@ class PayNotifyController { ); if ($row) { if ($row['status'] == 0 && $row['sp_pay_result'] == 0) { - $ret = $conn->execScript('UPDATE orderinfo SET sp_pay_result = 1 WHERE orderid=:orderid', + $ret = $conn->execScript('UPDATE orderinfo SET sp_pay_result = 1 WHERE orderid=:orderid;', array( 'orderid' => $_REQUEST['OrderNo'] ));