mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:13:26 +08:00
【升级】升级layui至全新的【2.8.2】版本。替换多种语法,使用全新的treeTable组件,其他组件也相应进行丰富。
This commit is contained in:
@@ -78,8 +78,8 @@ namespace CoreCms.Net.Repository
|
||||
oldModel.iconColor = entity.iconColor;
|
||||
oldModel.hide = entity.hide;
|
||||
//oldModel.deleted = entity.deleted;
|
||||
//oldModel.createTime = entity.createTime;
|
||||
oldModel.updateTime = DateTime.Now;
|
||||
oldModel.createTime = entity.createTime;
|
||||
oldModel.updateTime = entity.updateTime;
|
||||
oldModel.identificationCode = entity.identificationCode;
|
||||
|
||||
//事物处理过程结束
|
||||
|
||||
Reference in New Issue
Block a user