通过跟踪数据库发现,模块启用的数据库表有三个分别是accinformation、gl_mend、ua_account_sub
拿总账举例, update accinformation set cvalue="where csysid=‘gl’ and ccaption like ‘%启用%’
update gl_mend set bflag_gl=0
use ufsystem
delete ua_account_sub where cacc_id=(此处填写账套号) and csub_id=‘gl’
操作之前,请做好数据备份!
我是更换了服务器,引入帐套后发现不能使用,几个模块都不能启用,没有办法,只能用改后台的方式,参考了上面的代码
update accinformation set cvalue=‘2015-01-01’ where csysid in(‘BO’,‘MO’,‘MP’,‘PU’,‘SA’,‘ST’
) and ccaption like ‘%启用%’ and ctype like ‘%date’
update ufsystem..ua_account_sub set dSubSysUsed=‘2015-01-01’,dSubOriDate=‘2015-01-01’ where cSub_Id in (‘BO’,‘MO’,‘MP’,‘PU’,‘SA’,‘ST’
) and iYear=‘9999’
可以通过,解决了