From 95c08b4b0a31fcf5ae14ffea6337fb5da6718e1c Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 21 三月 2024 10:38:17 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ycl-server/src/main/resources/mapper/zgyw/DefaultAuditingMapper.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ycl-server/src/main/resources/mapper/zgyw/DefaultAuditingMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/DefaultAuditingMapper.xml index 49132a1..38e493f 100644 --- a/ycl-server/src/main/resources/mapper/zgyw/DefaultAuditingMapper.xml +++ b/ycl-server/src/main/resources/mapper/zgyw/DefaultAuditingMapper.xml @@ -6,6 +6,8 @@ <resultMap id="BaseResultMap" type="com.ycl.platform.domain.vo.DefaultAuditingVO"> <result column="id" property="id" /> <result column="create_time" property="createTime" /> + <result column="score" property="score" /> + <result column="check_publish_id" property="checkPublishId" /> <result column="default_id" property="defaultId" /> <result column="auditing_status" property="auditingStatus" /> <result column="remark" property="remark" /> @@ -18,6 +20,8 @@ <select id="page" resultMap="BaseResultMap"> SELECT tda.id, + tda.score, + tda.check_publish_id, tda.create_time, tda.default_id, tda.auditing_status, -- Gitblit v1.8.0