Ver código fonte

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

linwu 3 anos atrás
pai
commit
e3f6e3917d

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