制作完成于2018年7月16日 使用Tomcat8.5 和 JDK8
在数据库中内连接只获取商品信息的话sql语句可以这样写:select g.* from recommend r,goods g where type=2 and r.goods_id=g.id;