wugg 5 months ago
parent
commit
9e02aafff0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/cxinv/model/PayPayment.php

+ 1 - 1
app/cxinv/model/PayPayment.php

@@ -62,7 +62,7 @@ use think\Model;class PayPayment extends Base
               default:
                   break;
           }
-           PaymentOrder::checkOrder($dzNo,$status);
+          if($status!=0)PaymentOrder::checkOrder($dzNo,$status);
         }
     }
 }