diff --git a/webapp/controller/RechargeController.class.php b/webapp/controller/RechargeController.class.php index 6b46155..34a3022 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -395,7 +395,7 @@ class RechargeController ':orderid' => $_REQUEST['orderid'] ) ); - if (!$orderRow) { + if ($orderRow) { echo json_encode(array( 'errcode' => 0, 'errmsg' => ''