【问题描述】
分店模式如何由分散式改为集中式?
【问题答案】
请备份总、分部数据库后执行
–分店
use
issrestv6_branch
go
update dbo.cybr_sys_company set ch_focus=’1′
–总部
use
issrestv6
go
update cybr_hq_branch_info set ch_focus=’1′ where ch_branchno=’1001′ –要修改的分店编号
分店模式如何由分散式改为集中式?
请备份总、分部数据库后执行
–分店
use
issrestv6_branch
go
update dbo.cybr_sys_company set ch_focus=’1′
–总部
use
issrestv6
go
update cybr_hq_branch_info set ch_focus=’1′ where ch_branchno=’1001′ –要修改的分店编号