phplaravel-中-in-多列特殊查询类型解决方案 SQL 查问中有一种 in 多列非凡查问类型,大略是这个样子 select * from order where (id,buyer) in(( 1, '张三' ),( 2, '李四' )) and order.deleted_at is null。laravel 的查问构建器并没有间接反对该类型的查问。我这边通过查问构建器 Macroable 新增了一……继续阅读 » 搞java代码 3年前 (2022-08-01) 74浏览 0评论0个赞