--处理U8 结转损益凭证存在银行两清标志/分录 不能作废凭证SQL操作:
---查询凭证号及会计期间
select * from GL_accvouch where ino_id=98 and iyperiod='202101'
---更新凭证两清标记为空
update GL_accvouch set iflagPerson=null where ino_id=98 and iyperiod='202101'
--处理U8 结转损益凭证存在银行两清标志/分录 不能作废凭证SQL操作:
---查询凭证号及会计期间
select * from GL_accvouch where ino_id=98 and iyperiod='202101'
---更新凭证两清标记为空
update GL_accvouch set iflagPerson=null where ino_id=98 and iyperiod='202101'