码迷,mamicode.com
首页 > 其他好文 > 详细

laravel常用备忘,定期更新

时间:2018-06-21 11:27:26      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:raw   handle   group   where   select   CM   备忘   role   user   

$handle->orWhereRaw(‘((bbs_title.icm_type = 2 or bbs_title.icm_role_type =2))‘);

$handle->orWhereRaw(‘(art_order.status in (6,5) and art_order.distribution_id =‘.Auth::user()->id.‘ and art_member_distribution.status = 1 and art_painting.id in ( SELECT painting_id FROM art_member_distribution where distribution_id = ‘.Auth::user()->id.‘ GROUP BY painting_id))‘);
})

laravel常用备忘,定期更新

标签:raw   handle   group   where   select   CM   备忘   role   user   

原文地址:http://blog.51cto.com/liang3391/2131178

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!