wugg 6 months ago
parent
commit
1dc79f5c60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Payment.php

+ 1 - 1
app/admin/controller/Payment.php

@@ -1503,7 +1503,7 @@ class Payment extends Base
                 if($param['status']==4){
                     Pay::addAinv($info['payNo'],$info->inv_fee);
                 }
-                 if($param['status']==2){
+                 if($param['status']==3){
                    if (!empty($param['ItemRemark'])){
                      (new InvoiceOrder)->saveAll($param['ItemRemark']);
                     };