代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Core/BaseRepository/RepositoryBase.cs
@@ -908,6 +908,7 @@ } } } if (obj != null) _db.InsertableByObject(obj).AS(type.Name + "_Hty").ExecuteCommand(); } } @@ -960,6 +961,7 @@ list.Add(obj); } } if (list.Count > 0) _db.InsertableByObject(list).AS(type.Name + "_Hty").ExecuteCommand(); }