项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Core/BaseRepository/RepositoryBase.cs
@@ -893,6 +893,11 @@ return _db.UpdateNav(Entity).IncludesAllFirstLayer().ExecuteCommand(); } public bool UpdateDataNav(List<TEntity> Entity) { return _db.UpdateNav(Entity).IncludesAllFirstLayer().ExecuteCommand(); } public bool DeleteAndMoveIntoHty(TEntity entity, OperateTypeEnum operateType) { Type type = entity.GetType();