无法将用户状态获取为int

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

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

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

暂无答案!

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

相关问题