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