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 {