之前看到老大你发的帖子 https://x1.php168.com/bbs/show-5014.html
可是我新装的系统 怎么没有库存, 如何升级呢?
新装有的呀.更新过的了.你没有的话,就在后台添加字段吧.
INSERT INTO `qb_shop_field` (`id`, `name`, `title`, `type`, `field_type`, `value`, `options`, `about`, `show`, `mid`, `ajax_url`, `next_items`, `param`, `format`, `table`, `level`, `key`, `option`, `pid`, `list`, `listshow`, `ifsearch`, `ifmust`, `nav`, `input_width`, `input_height`, `unit`, `match`, `css`, `script`, `trigger`) VALUES(0, 'num', '库存量', 'number', 'mediumint(7) NOT NULL DEFAULT ''0''', '500', '', '', 1, 1, '', '', '', '', '', 2, '', '', '', 97, 0, 0, 0, '', '', '', '', '', '', '', ''); ALTER TABLE `qb_shop_content1` ADD `num` MEDIUMINT( 6 ) NOT NULL DEFAULT '500' COMMENT '库存量'; UPDATE `qb_shop_content1` SET `num` =20;