云cloud凭证过账报错
545次浏览
编辑于2017年06月06日 23:54:11
云cloud凭证过账报错;
MERGE 语句试图多次更新或删除同一行。目标行与多个源行匹配时会出现这种情况。MERGE 语句无法多次更新/删除目标表的同一行。请简化 ON 子句,以确保目标行最多与一个源行匹配,也可以使用 GROUP BY 子句对源行分组。
MERGE 语句试图多次更新或删除同一行。目标行与多个源行匹配时会出现这种情况。MERGE 语句无法多次更新/删除目标表的同一行。请简化 ON 子句,以确保目标行最多与一个源行匹配,也可以使用 GROUP BY 子句对源行分组。
在 Kingdee.K3.FIN.GL.App.Core.AbstractVoucherPost.PostVoucher(Context ctx, VoucherPostParameters postParam)
在 Kingdee.K3.FIN.GL.App.Core.AbstractVoucherPost.Post(Context ctx, VoucherPostParameters postParam)
在 Kingdee.K3.FIN.GL.ServiceHelper.VoucherPostServiceHelper.VoucherPost(Context ctx, VoucherPostParameters postParam)
MERGE 语句试图多次更新或删除同一行。目标行与多个源行匹配时会出现这种情况。MERGE 语句无法多次更新/删除目标表的同一行。请简化 ON 子句,以确保目标行最多与一个源行匹配,也可以使用 GROUP BY 子句对源行分组。
MERGE 语句试图多次更新或删除同一行。目标行与多个源行匹配时会出现这种情况。MERGE 语句无法多次更新/删除目标表的同一行。请简化 ON 子句,以确保目标行最多与一个源行匹配,也可以使用 GROUP BY 子句对源行分组。
在 Kingdee.K3.FIN.GL.App.Core.AbstractVoucherPost.PostVoucher(Context ctx, VoucherPostParameters postParam)
在 Kingdee.K3.FIN.GL.App.Core.AbstractVoucherPost.Post(Context ctx, VoucherPostParameters postParam)
在 Kingdee.K3.FIN.GL.ServiceHelper.VoucherPostServiceHelper.VoucherPost(Context ctx, VoucherPostParameters postParam)
推荐阅读