Bläddra i källkod

Merge branch 'master' of http://47.118.43.255:3000/jjhc/jucai

linwu 3 år sedan
förälder
incheckning
e3f6e3917d
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      app/Http/Controllers/Web/Content/BuyhouseController.php

+ 2 - 2
app/Http/Controllers/Web/Content/BuyhouseController.php

@@ -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;