$xk_whitelist = DB::table('mld_xk_whitelist')
                                ->where(['kh_type' => 1, 'cstm_id' => $member_info->cstm_id])
                                ->orderByRaw(DB::raw('FIELD(type, 2,3,0,1) asc'))
                                ->get()
                                ->toArray();

 

相关文章:

  • 2021-12-14
  • 2022-01-24
  • 2022-02-16
  • 2021-05-22
  • 2021-07-24
  • 2022-01-12
  • 2022-02-23
  • 2021-07-29
猜你喜欢
  • 2022-12-23
  • 2021-06-17
  • 2021-09-08
  • 2022-12-23
  • 2021-09-23
  • 2021-06-24
  • 2021-04-29
相关资源
相似解决方案