HDL_ON/Entity/Function/Function.cs
@@ -316,12 +316,23 @@ return "FunctionData_" + sid; } } /// <summary> /// 保存功能文件 /// </summary> public void SaveFunctionFile() { } /// <summary> /// 保存功能数据 /// </summary> public void SaveFunctionData(bool upSevser) { if (upSevser) { new System.Threading.Thread(() => { var pm = new HttpServerRequest(); var pack = pm.UpdataDevcieInfo(this); @@ -334,6 +345,7 @@ { IMessageCommon.Current.ShowErrorInfoAlter(pack.Code); } }); } else {