改版本----9000V6服装单机版总部版改成网络版

2019-03-04 22:39:54

注意:只有一个帐套时才能用此语句

打开查询分析器不需要选择帐套直接可以执行:

use bw9kfzpro_01
go
update sys_t_system set sys_var_value='0' where sys_var_id='Is_Distributed'
go
update sys_t_system set sys_var_value='1' where sys_var_id='supjs_type'
go
update sys_t_system set sys_var_value='2' where sys_var_id='vip_disttype'

use bw9kfzpro_local
go
update bw9k_database set version_id='6'
go
update other_manager set version_id='6'

执行完上面的语句,再进软件就是网络版本了。

*******************************************************************************************************************

如果不会用查询分析器,也可以在关于本软件里执行:

1.进入后台,点"帮助"->"关于本软件"->按CTRL+双击图片,出现sql语句输入
2.点插入及更新,点数据库1,在框中输入以下语句,点执行:
update sys_t_system set sys_var_value='0' where sys_var_id='Is_Distributed'

update sys_t_system set sys_var_value='1' where sys_var_id='supjs_type'

update sys_t_system set sys_var_value='2' where sys_var_id='vip_disttype'

3.再点数据库2,在框中把原来的语句清掉