【问】下载全部基础数据下载不成功。 | ||
【适用版本】商云8 | 【模块】基本档案 | 【点击数】43 |
【知识编号】P2013092300018 | ||
【问题描述】门店软件下传基础数据,选中全部数据库一直有错误不能下传。全部数据不选则可以。 |
use hbposv8
go
update t_bd_item_info
set item_name = replace(replace(item_name,char(10),”),char(13),”)
where charindex(char(10),item_name) > 0 or charindex(char(13),item_name) > 0update t_bd_item_info
set item_subname = replace(replace(item_subname,char(10),”),char(13),”)
where charindex(char(10),item_subname) > 0 or charindex(char(13),item_subname) > 0update t_bd_item_info
set item_rem = replace(replace(item_rem,char(10),”),char(13),”)
where charindex(char(10),item_rem) > 0 or charindex(char(13),item_rem) > 0