|
@@ -410,8 +410,9 @@ class BuyhouseController extends WebBaseController
|
|
|
}
|
|
|
|
|
|
//房源消息
|
|
|
- $house = TalentHouse::find($info['house_id']);
|
|
|
- $time = time();
|
|
|
+ $house = TalentHouse::find($info['house_id']);
|
|
|
+ $house['status'] = $this->_get_status($house);
|
|
|
+ $time = time();
|
|
|
if ($house['status'] != 2) {
|
|
|
return response()->json(['status' => 0, 'msg' => '申报未开始或已结束,无法修改']);
|
|
|
}
|