| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public partial class BimfaceFile : BaseTraceDAL_Paras_Flags_TagName_Sorter<Entity.BimfaceFile>, IBimfaceFile |
| | | public partial class BimfaceFile : BaseDAL_Paras_Flags_TagName_Sorter<Entity.BimfaceFile>, IBimfaceFile |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | { |
| | | return db.Updateable<Entity.BimfaceFile>() |
| | | .SetColumns(x => x.FileStatus == FileStatus) |
| | | .SetColumns(x => x.UpdateUserID == UserRegister.UserID) |
| | | .SetColumns(x => x.UpdateTime == DateTime.Now) |
| | | .SetColumns(x => x.UpdateUserName == UserRegister.UserName) |
| | | .Where(x => x.ID == ID) |
| | | .ExecuteCommandHasChange(); |
| | | } |
| | |
| | | { |
| | | return db.Updateable<Entity.BimfaceFile>() |
| | | .SetColumns(x => x.Content == Content) |
| | | .SetColumns(x => x.UpdateUserID == UserRegister.UserID) |
| | | .SetColumns(x => x.UpdateTime == DateTime.Now) |
| | | .SetColumns(x => x.UpdateUserName == UserRegister.UserName) |
| | | .Where(x => x.ID == ID) |
| | | .ExecuteCommandHasChange(); |
| | | } |