已存在同一汇率类型,同一币别,同一日期的汇率数据
新增调汇汇率,出现上图提示。但是又不存在同一汇率类型
备份账套恢复测试,数据库查询看看后台数据库是否已经存在汇率数据类型,我是刚好查到确实后台存在这些数据,前端又没有,就用脚本清除了。
select * from t_TableDescription where FDescription like '%汇率体系%' select * from t_fielddescription where ftableid='110053' select * from t_exchangerateEntry where FID<>0 and FExchangeRateType=1236 and NOT (FBegDate>'2022-12-30' or FEndDate<'2022-12-01' ) delete from t_exchangerateEntry where FID<>0 and FCyTo=1000 and FExchangeRateType=1236 and NOT (FBegDate>'2022-12-30' or FEndDate<'2022-12-01' ) delete from t_exchangerateEntry where FID<>0 and FCyTo=1001 and FExchangeRateType=1236 and NOT (FBegDate>'2022-12-30' or FEndDate<'2022-12-01' ) delete from t_exchangerateEntry where FID<>0 and FCyTo=1002 and FExchangeRateType=1236 and NOT (FBegDate>'2022-12-30' or FEndDate<'2022-12-01' ) delete from t_exchangerateEntry where FID<>0 and FCyTo=1003 and FExchangeRateType=1236 and NOT (FBegDate>'2022-12-30' or FEndDate<'2022-12-01' ) delete from t_exchangerateEntry where FID<>0 and FCyTo=1004 and FExchangeRateType=1236 and NOT (FBegDate>'2022-12-30' or FEndDate<'2022-12-01' )
已存在同一汇率类型,同一币别,同一日期的汇率数据
新增调汇汇率,出现上图提示。但是又不存在同一汇率类型备份账套恢复测试,数据库查询看看后台数据库是否已经存在汇率数据类型,我是刚好查...
点击下载文档
本文2024-09-16 17:05:16发表“k3wise知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3wise-13440.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章