处理U8 结转损益凭证存在银行两清标志/分录 不能作废凭证SQL操作

发布时间 2023-04-23 14:28:34作者: 时不我待oo

--处理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'