解决方案: 解决方法是修改accinformation表,请备份帐套,然后执行以下语句: update accinformation set cvalue='2012-01-01' where csysid='st' and cvalue='2011-12-01' 并且您的数据上的年结标识未打上。如果您真的不做年结了,那么还需要修改年结标识,请执行以下语句: update ufsystem..ua_account_sub set bclosing=1 where cacc_id='879' and iyear=2011