请问一下这个SQL语句错哪了,谢谢大神

浏览:270 发布日期:2016/09/28 分类:求助交流
$goodlist = M('document')->query('select a.*,b.* from romaego_qianggou as a,romaego_document_product as b where  a.qianggou_id=b.id and b.ispanicbuying=1 and strtotime(a.qianggou_starttime)<{$date_now} and {$date_now}<strtotime(a.qianggou_endtime)  limit 0,12');
        
最佳答案
评论( 相关
后面还有条评论,点击查看>>