• 大小: 26KB
    文件类型: .doc
    金币: 2
    下载: 0 次
    发布日期: 2025-05-09
  • 语言: 其他
  • 标签: 其他  

资源简介

用友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.

资源截图

代码片段和文件信息

评论

共有 条评论