无法将用户状态获取为int

piwo6bdm  于 2021-07-26  发布在  Java
关注(0)|答案(0)|浏览(187)

errorexception:类app\people的对象无法转换为int

$check_status = People::select('payment_status')->find($request->people_id);
if ($check_status == 0) {
    return 'active';
}

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题