whereRaw 预处理标签不应该替换所有吗?

浏览:272 发布日期:2020/11/18 分类:ThinkPHP6专区 关键字: whereRaw
PHP$product->whereRaw('`status` & :disable = :disable', ['disable' => ProductModel::STATUS_DISABLE]);SQL( `status` & 1 = :ThinkBind_2_1762601404_ ) 
 
whereRaw 预处理标签不应该替换所有吗?


最佳答案
评论( 相关
后面还有条评论,点击查看>>