取消多余页签
update eap_menu set Visibility=0 where Grade=0 and name in
('电商通',
'订货商城',
'我要贷款',
'微信营销',
'移动仓管',
'B2B云商',
'营销管理',
'发票管理',
'京东WMS',
'税务管理',
'协同办公',
'云应用',
'微商城',
'智慧门店',
'车访销',
'电商通',
'新电商通',
'物流配送',
'智慧车间',
'发票管理',
'小畅报销',
'小畅协同',
'经营分析'
)
建帐时使用云应用,中途需要关闭如何操作
1、建账后,在系统库(UFTSystemDec)执行脚本:
update EAP_Account set OpenCloudAppState=0 where cAcc_Num='001'
恢复:
update EAP_Account set OpenCloudAppState=1 where cAcc_Num='001'
2、在账套库执行执行脚本:
update EAP_AccInformation set Value='Stopped' where Name='CSPOrgState'
恢复:
update EAP_AccInformation set Value='Opened' where Name='CSPOrgState'
3、重启服务,这种情况就可以用原有用户登录新增本地账号了,本地账号位数要和手机号一样
4、新建的账号需要处理一下,在账套中执行脚本:
update eap_user set CloudUserId='999999' where name='15055681085'
5、在系统库(UFTSystemDec)执行脚本:
update eap_user set CloudUserId='999999' where name='15055681085'and cAcc_Num='001'