소스 검색

更改规则

linwu 3 년 전
부모
커밋
a367e29832
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Web/Content/BuyhouseController.php

+ 1 - 1
app/Http/Controllers/Web/Content/BuyhouseController.php

@@ -333,7 +333,7 @@ class BuyhouseController extends WebBaseController
             //草稿
             $formDisable = 'false';
         } else {
-            if ($time < strtotime($house['apply_time_end']) && $apply['status'] != 2) {
+            if ($time < strtotime($house['apply_time_end']) && $apply['status'] == 3) {
                 $formDisable = 'false';
             } else {
                 if ($time < strtotime($house['supply_time']) && ($apply['rs_check_status'] == 3 || $apply['zj_check_status'] == 3)) {