Service/HStation.Service.Assets.Core/05-service/01-PumpMainManage/05-PumpPartMain/PumpPartMain.cs
@@ -195,7 +195,7 @@ if (id > 0) { UpdateCache(id); // AssetsPumpPropContent.UpdateCacheByPartID(id); AssetsPumpPropContent.UpdateCacheByPartID(id); AssetsPumpMainAndPartMap.UpdateCacheByPartID(id); } return id; @@ -327,7 +327,7 @@ return bol; } /* //通过 ID 删除产品表及属性表 //通过 ID 删除产品表及属性表 public bool DeleteExByID(long ID) { var dal = DALCreateHelper.CreateDAL<HStation.DAL.IAssetsPumpPartMain>(); @@ -342,7 +342,6 @@ } return bol; } */ #endregion Delete }