|
@@ -471,7 +471,7 @@ class BuyhouseController extends WebBaseController
|
|
}
|
|
}
|
|
|
|
|
|
$house = TalentHouse::find($apply['house_id']);
|
|
$house = TalentHouse::find($apply['house_id']);
|
|
- if (strtotime($house['apply_time_end']) > time()) {
|
|
+ if (strtotime($house['apply_time_end']) < time()) {
|
|
return response()->json(['status' => 0, 'msg' => '报名结束的申报无法撤消']);
|
|
return response()->json(['status' => 0, 'msg' => '报名结束的申报无法撤消']);
|
|
}
|
|
}
|
|
|
|
|