© 1999-2048 dssz.net 粤ICP备11031372号
[企业管理] 用友U8新引入帐套后固定资产模块出错的解决方法
说明: 用友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<dehim> 在 上传 | 大小:26624