linwu %!s(int64=3) %!d(string=hai) anos
pai
achega
44ea8765f8

+ 2 - 2
app/Admin/Controllers/Content/BuyHouseZjController.php

@@ -109,8 +109,8 @@ class BuyHouseZjController extends Controller
             'check_name'    => $admin['name'],
             'data'          => json_encode($apply),
             'created_at'    => date('Y-m-d H:i:s'),
-            'check_status'  => $apply['rs_check_status'],
-            'check_comment' => $apply['rs_check_comment'],
+            'check_status'  => $apply['zj_check_status'],
+            'check_comment' => $apply['zj_check_comment'],
         ];
         DB::table('talent_house_check_log')->insert($log);
 

+ 2 - 2
app/Admin/Controllers/Content/BuyHouseZrController.php

@@ -109,8 +109,8 @@ class BuyHouseZrController extends Controller
             'check_name'    => $admin['name'],
             'data'          => json_encode($apply),
             'created_at'    => date('Y-m-d H:i:s'),
-            'check_status'  => $apply['rs_check_status'],
-            'check_comment' => $apply['rs_check_comment'],
+            'check_status'  => $apply['zr_check_status'],
+            'check_comment' => $apply['zr_check_comment'],
         ];
         DB::table('talent_house_check_log')->insert($log);