|
@@ -500,8 +500,8 @@ class BuyhouseController extends WebBaseController
|
|
|
}
|
|
|
|
|
|
$house = TalentHouse::find($apply['house_id']);
|
|
|
- if (strtotime($house['apply_time_end']) < time()) {
|
|
|
- return response()->json(['status' => 0, 'msg' => '报名结束的申报无法撤消']);
|
|
|
+ if (strtotime($house['supply_time']) < time()) {
|
|
|
+ return response()->json(['status' => 0, 'msg' => '已过补件时间,申报无法撤消']);
|
|
|
}
|
|
|
|
|
|
$apply->is_back = 1;
|