@@ -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) {
if ($time < strtotime($house['supply_time']) && ($apply['rs_check_status'] == 3 || $apply['zj_check_status'] == 3)) {