wugg 5 달 전
부모
커밋
20505f9901
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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();
                  }
             }
         }