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常用备忘,定期更新的主要内容,如果未能解决你的问题,请参考以下文章

常用python日期日志获取内容循环的代码片段

js常用代码片段(更新中)

css常用代码片段 (更新中)

Android常用知识点-[常用备忘,持续更新]

长期更新Ubuntu常用命令备忘录

swift常用代码片段