This commit is contained in:
aozhiwei 2019-08-20 10:24:04 +08:00
parent 958865eee1
commit bdba5677b3

View File

@ -71,7 +71,7 @@ class PayNotifyController {
); );
if ($row) { if ($row) {
if ($row['status'] == 0 && $row['sp_pay_result'] == 0) { 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( array(
'orderid' => $_REQUEST['OrderNo'] 'orderid' => $_REQUEST['OrderNo']
)); ));