原帖由 乐在途上 于 2011-6-13 14:06 发表
经过不懈的奋斗,终于让我找到更好的解决方法了!
第一步:
update gl.gl_sets_of_books t
set t.latest_opened_period_name='', t.latest_encumbrance_year=''
where t.set_of_books_id =:set_of_books_id
第二步:
update gl.gl_period_statuses t
set t.closing_status='N'
where t.application_id=101
and t.set_of_books_id=:set_of_books_id
and t.period_year='2011'
第三步:
进入系统重新打开第一期期间即可!
OH,YEAH