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