liaoxujun@qq.com
2024-04-03 e353bc2ea9b511432e96036b100b124c775e5cad
CoreCms.Net.Repository/apply/applyModelRepository.cs
@@ -71,9 +71,12 @@
            //事物处理过程开始
           oldModel.id = entity.id;
            oldModel.managerID = entity.managerID;
            oldModel.managerName = entity.managerName;
            oldModel.roleID = entity.roleID;
            oldModel.managerApplyCount = entity.managerApplyCount;
            oldModel.aType = entity.aType;
            oldModel.ayStataType = entity.ayStataType;
            oldModel.userID = entity.userID;
            oldModel.dec = entity.dec;
            oldModel.reMake = entity.reMake;
            oldModel.oldData = entity.oldData;
@@ -82,6 +85,8 @@
            oldModel.upDataTime = entity.upDataTime;
            oldModel.createBy = entity.createBy;
            oldModel.upDataBy = entity.upDataBy;
            oldModel.createById = entity.createById;
            oldModel.upDataById = entity.upDataById;
            oldModel.isdelete = entity.isdelete;
            
            //事物处理过程结束
@@ -182,9 +187,12 @@
                {
                      id = p.id,
                managerID = p.managerID,
                managerName = p.managerName,
                roleID = p.roleID,
                managerApplyCount = p.managerApplyCount,
                aType = p.aType,
                ayStataType = p.ayStataType,
                userID = p.userID,
                dec = p.dec,
                reMake = p.reMake,
                oldData = p.oldData,
@@ -193,8 +201,10 @@
                upDataTime = p.upDataTime,
                createBy = p.createBy,
                upDataBy = p.upDataBy,
                isdelete = p.isdelete,
                    createById = p.createById,
                    upDataById = p.upDataById,
                    isdelete = p.isdelete,
                }).With(SqlWith.NoLock).ToPageListAsync(pageIndex, pageSize, totalCount);
            }
            else
@@ -205,9 +215,12 @@
                {
                      id = p.id,
                managerID = p.managerID,
                roleID = p.roleID,
                    managerName = p.managerName,
                    roleID = p.roleID,
                managerApplyCount = p.managerApplyCount,
                aType = p.aType,
                ayStataType = p.ayStataType,
                userID = p.userID,
                dec = p.dec,
                reMake = p.reMake,
                oldData = p.oldData,
@@ -216,7 +229,9 @@
                upDataTime = p.upDataTime,
                createBy = p.createBy,
                upDataBy = p.upDataBy,
                isdelete = p.isdelete,
                    createById = p.createById,
                    upDataById = p.upDataById,
                    isdelete = p.isdelete,
                
                }).ToPageListAsync(pageIndex, pageSize, totalCount);
            }