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 {