moonsflyer 8 달 전
부모
커밋
cd4b87d52b
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      application/admin/controller/qingdong/customer/Receivables.php

+ 3 - 3
application/admin/controller/qingdong/customer/Receivables.php

@@ -115,9 +115,9 @@ class Receivables extends Base {
                 if(empty($contract)){
                     $this->error('合同不存在');
                 }
-                if($contract['check_status'] != 2){
-                    $this->error('当前合同未审核通过');
-                }
+//                if($contract['check_status'] != 2){
+//                    $this->error('当前合同未审核通过');
+//                }
 				$result = false;
 				Db::startTrans();
 				try {