From d7c7a6e9d05eec7b38b41b8ae39f373f650ca891 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期三, 15 五月 2024 14:48:03 +0800
Subject: [PATCH] no message

---
 CoreCms.Net.Repository/apply/applyModelRepository.cs |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/CoreCms.Net.Repository/apply/applyModelRepository.cs b/CoreCms.Net.Repository/apply/applyModelRepository.cs
index 43df6d7..c584b6d 100644
--- a/CoreCms.Net.Repository/apply/applyModelRepository.cs
+++ b/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);
             }

--
Gitblit v1.9.1