From b4b3c577cbb4387ba62f546ed0e2da37b18e51f5 Mon Sep 17 00:00:00 2001 From: Candy Date: Thu, 8 Oct 2020 20:23:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=B8=B8=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RunTime/DBRuntime/His/SeriseEnginer2.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RunTime/DBRuntime/His/SeriseEnginer2.cs b/RunTime/DBRuntime/His/SeriseEnginer2.cs index b133b6d..2fec21a 100644 --- a/RunTime/DBRuntime/His/SeriseEnginer2.cs +++ b/RunTime/DBRuntime/His/SeriseEnginer2.cs @@ -807,7 +807,8 @@ namespace Cdy.Tag var vpointer = mwriter.GoToEnd().CurrentPostion; datablock.WriteToStream(mFileWriter.GetStream(), vpointer, size);//直接拷贝数据块 - datablock.WriteLong(heads, vpointer); + mFileWriter.Write(vpointer, heads); + // datablock.WriteLong(heads, vpointer); LoggerService.Service.Debug("SeriseEnginer2", "更新数据区指针:"+heads+" Values:"+vpointer); -- GitLab