虚拟商品批量转换实体商品方法: 在后台数据库管理-〉SOL查询 执行 update ecs_goods set extension_code='',is_real=1 where is_real=0 实体商品批量转换虚拟商品方法: update ecs_goods set extension_code='virtual_card',is_real=0 where is_real=1 PHP技术交流QQ群:422137578 除非注明,文章均为 PHP二次开发 原创,转载请注明本文地址:http://www.php2.cc/article-1484-1.html |