moonsflyer hace 8 meses
padre
commit
cd4b87d52b

+ 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 {