laravel常用备忘,定期更新
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了laravel常用备忘,定期更新相关的知识,希望对你有一定的参考价值。
$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常用备忘,定期更新的主要内容,如果未能解决你的问题,请参考以下文章