BLL/HStation.BLL.Assets.Core/04-bll/01-PumpProdcuct/02-PumpGroup/PumpGroup.cs
@@ -118,9 +118,9 @@ return await _cal.Updates(vmoList); } public bool DeleteEx(long ID) public async Task<bool> DeleteEx(long ID) { return _cal.DeleteEx(ID); return await _cal.DeleteEx(ID); } /// <summary>