|
@@ -40,7 +40,7 @@ class BuyHouseRsController extends Controller
|
|
|
{
|
|
|
$grid = new Grid(new TalentHouseApply());
|
|
|
|
|
|
- $grid->model()->with('house')->orderBy('rs_check_status', 'ASC');
|
|
|
+ $grid->model()->with('house')->where('is_draft',2)->orderBy('rs_check_status', 'ASC');
|
|
|
|
|
|
$status_text = $this->status;
|
|
|
$grid->id('ID');
|