D("shop")->where('price='.I('post.price'))->select();
[ SQL语句 ] : SELECT * FROM `shop` WHERE ( price=222)