Commit bfef2d7e authored by 潘栩锋's avatar 潘栩锋 🚴

更新 thick_public

parent eb3c312d
......@@ -141,10 +141,7 @@ namespace FLY.Thick.Blowing.Server
#region create
sysParam = new SysParam(null);//系统参数
initParam = new InitParam
{
DbDirPath = @"D:\blowingdata"
};
initParam = new InitParam();
if (!initParam.Load())
initParam.Save();
......
......@@ -190,10 +190,7 @@ namespace FLY.Thick.BlowingScan.Server
sysParam = new SysParam(null);//系统参数
initParam = new InitParam()
{
DbDirPath = @"D:\blowingdata"
};
initParam = new InitParam();
if (!initParam.Load())
initParam.Save();
......
Subproject commit 212a0cb8be486bcb810ef06755b8a46c1a5201af
Subproject commit 6b9fde5fa5b404ffab2c5cd2f27fbcd841b0a647
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment