wise启用反结账

栏目:k3wise知识作者:金蝶来源:金蝶云社区发布:2024-09-16浏览:1

wise启用反结账

因wise启用账套反结账功能,需要使用小工具,但是有一些产品版本不兼容或者工具帖子不能下载。现送上启用数据库操作方式

select * from t_systemprofile where FCategory='GL' and FKey='StartNewAcctStd'

启用反结账

delete from t_systemprofile where FCategory='GL' and FKey='StartNewAcctStd'

insert into t_systemprofile(FCategory,FKey,FValue) 

values('GL','StartNewAcctStd',1)

关闭反结账

delete from t_systemprofile where FCategory='GL' and FKey='StartNewAcctStd'

insert into t_systemprofile(FCategory,FKey,FValue) 

values('GL','StartNewAcctStd',0)



请教一个问题,为什么不用Update更新呢?两者有什么区别吗?


--启用反结账

Update t_systemprofile Set FValue=1 where FCategory='GL' and FKey='StartNewAcctStd'


--关闭反结账

Update t_systemprofile Set FValue=0 where FCategory='GL' and FKey='StartNewAcctStd'


wise启用反结账

因wise启用账套反结账功能,需要使用小工具,但是有一些产品版本不兼容或者工具帖子不能下载。现送上启用数据库操作方式select * from t...
点击下载文档
分享:
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息