Commit 91de682a authored by zhuwei's avatar zhuwei

1

parent 324c4246
......@@ -691,7 +691,6 @@ class AmercementService
$amercementPayModel = new OAmercementPayModel();
//罚款记录改已支付
if($status == 1){
$amercementPayModel = new OAmercementPayModel();
$payInfo = $amercementPayModel->getAmercementPayInfo(['trade_no'=>$trade_no], "amercement_id");
if(isset($payInfo['amercement_id']) && $payInfo['amercement_id'] > 0){
$data = [];
......
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