$sql= "create temporary table yc_linshi (
                        img varchar(100) not null,
                         openid varchar(50) not null,
                          shopPrice decimal ,
                         goodsName varchar (100),
                         ptnum varchar (50))";
                $affected = Db::execute($sql);

 

posted on 2018-09-27 17:06  巴黎夜雨……  阅读(1436)  评论(0编辑  收藏  举报