tp5查询字段a大于字段b

tp5查询字段a大于字段b

代码示例:
$lists = Db::name('cangku_yaopin')->whereExp('yujing','>= kucun')->where($where)->order($this->order)->paginate($this->list_num,false,['query'=>request()->param()]);