wugg 4 달 전
부모
커밋
2f0ab13670
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/cxinv/listener/ComonQrd.php

+ 1 - 1
app/cxinv/listener/ComonQrd.php

@@ -26,7 +26,7 @@ class ComonQrd
 		if($event['type']=='repay')$this->repayComon($event);
 		if($event['type']=='inv'){
 		    $this->invComon($event);
-		    $this->InvToPay($event);
+		    //$this->InvToPay($event);
 		}
 		if($event['type']=='rinv'){
 		    $this->returnInv($event);