新闻分类 |
|
推荐新闻 |
|
|
助记码产生错误解决方案 |
作者:tlwcrj 来源:本站 发表时间:2012-2-22 13:09:04 点击:1689 |
自动编号: |
19767 |
问题版本: |
1001-通用 |
提交时间: |
2008-10-9 9:21:31 |
需求名称: |
助记码生成工具错误 |
问题现象: |
助记码生成工具错误,所有商品生成的都是最后一个商品的助记码 |
解决方案: |
助记码生成工具错误,所有商品生成的都是最后一个商品的助记码原因是商品没有编码主要原因是没有编码引起的错误,可以这样解决:执行助记码工具前脚本 update product set u_fastcode='助记码' where s_id=0 update product set color_size=0,colorgroup_id=null,sizegroup_id=null update product set u_code=s_id where s_id<>0 执行助记码工具后脚本 update product set u_fastcode='助记码' where s_id=0 update product set u_code='' where s_id<>0 | |
|
|
|
|
|
|