wugg 5 months ago
parent
commit
20505f9901
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/cxinv/model/PayInvoice.php

+ 2 - 2
app/cxinv/model/PayInvoice.php

@@ -68,8 +68,8 @@ class PayInvoice extends Base
                  $ticket->hpNo= $model->hpNo;
                  $ticket->save();
                  if($bool==false){
-                     $model->status=14;
-                     $model->save();
+//                     $model->status=14;
+//                     $model->save();
                  }
             }
         }