Commit e494bf07 authored by clone's avatar clone

1

parent a429c605
...@@ -626,7 +626,7 @@ class AmercementService ...@@ -626,7 +626,7 @@ class AmercementService
//todo 判断是否有支付过 //todo 判断是否有支付过
$amercementPayModel = new OAmercementPayModel(); $amercementPayModel = new OAmercementPayModel();
$where["amercement_id"] = $amercement_id; $where["amercement_id"] = $amercement_id;
$where["status"] = 0; $where["status"] = 1;
$payInfo1 = $amercementPayModel->getAmercementPayInfo($where, "id,status,trade_no"); $payInfo1 = $amercementPayModel->getAmercementPayInfo($where, "id,status,trade_no");
if ($payInfo1) { if ($payInfo1) {
return ["code" => '101', "msg" => "订单已支付"]; return ["code" => '101', "msg" => "订单已支付"];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment