以下为引用的内容:$query = "Select arc.*,tp.typedir,tp.typename,tp.corank,tp.isdefault,tp.defaultname,tp.namerule, tp.namerule2,tp.ispart,tp.moresite,tp.siteurl,tp.sitepath from `dede_archives` arc left join `dede_arctype` tp on arc.typeid=tp.id where arc.arcrank>-1 and ($keyword) $typeid $orderquery limit 0, $row";修改成
以下为引用的内容:$query = "Select arc.*,tp.typedir,tp.typename,tp.corank,tp.isdefault,tp.defaultname,tp.namerule, tp.namerule2,tp.ispart,tp.moresite,tp.siteurl,tp.sitepath,addf.price,addf.oldprice,addf.band,addf.alcount from `dede_archives` arc left join `dede_arctype` tp on arc.typeid=tp.id left join `dede_goods` addf on addf.aid = arc.id where arc.arcrank>-1 and ($keyword) $typeid $orderquery limit 0, $row";红色部分是要增加的部分,第一个是把要查询的附加表的字段名加上,第二个就是把附加表给联上。
新闻热点
疑难解答