errorexception:类app\people的对象无法转换为int
$check_status = People::select('payment_status')->find($request->people_id);if ($check_status == 0) { return 'active';}
$check_status = People::select('payment_status')->find($request->people_id);
if ($check_status == 0) {
return 'active';
}
目前还没有任何答案,快来回答吧!
暂无答案!
目前还没有任何答案,快来回答吧!