소스 검색

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

linwu 3 년 전
부모
커밋
e3f6e3917d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;