用友U8 |【出纳管理】导入的银行日记账摘要乱码
时间:2020-03-04 12:22:52
收藏:0
阅读:153
问题:通过导入方式导入的银行日记账摘要乱码

处理方法:
后台数据库
---第一步:先筛选出摘要错误的记录
select * from CN_AcctBook where period=10 and id=‘61870‘
---第二步:再更新字段
update CN_AcctBook SET Summary=‘重庆项目组刘骋倞报销8月费用一0293‘ where period=10 and id=‘61870‘
原文:https://www.cnblogs.com/lxhui/p/12408530.html
评论(0)