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