資源簡(jiǎn)介
用友U8新引入帳套后固定資產(chǎn)模塊出錯(cuò)的解決方法
--1.查詢固定資產(chǎn)是否首次啟用
select * from accinformation where csysid='FA' and cname='bFirstTime'
--2.設(shè)置固定資產(chǎn)為首次啟用
update accinformation set
cvalue='TRUE' where csysid='FA' and cname='bFirstTime'
--3.查詢最新會(huì)計(jì)期間
select * from accinformation where csysid='FA' and cname='iLastPeriod'
--4.
代碼片段和文件信息
評(píng)論
共有 條評(píng)論