From 92324e5611d33bd4576dd12cb7016d823989f826 Mon Sep 17 00:00:00 2001 From: liu Date: Mon, 8 Jul 2024 10:11:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=A5=E8=AF=86=E6=8F=90=E6=8A=A5=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=9F=A5=E8=AF=86=E6=9D=A5=E6=BA=90=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/KnowledgeFlowRecordMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/know_sub_model/src/main/resources/mapper/KnowledgeFlowRecordMapper.xml b/know_sub_model/src/main/resources/mapper/KnowledgeFlowRecordMapper.xml index 656fcf2..a503dab 100644 --- a/know_sub_model/src/main/resources/mapper/KnowledgeFlowRecordMapper.xml +++ b/know_sub_model/src/main/resources/mapper/KnowledgeFlowRecordMapper.xml @@ -38,6 +38,7 @@ t2.status as status, t2.title as title, t1.flow_type as flowType, + t2.knowledge_from as knowledgeFrom, t3.publish_date as publishDate, t2.publish_dept_id as publishDeptId, t2.submit_dept_id as submitDeptId, @@ -87,6 +88,7 @@ t2.title as title, t2.status as status, t1.flow_type as flowType, + t2.knowledge_from as knowledgeFrom, t2.publish_dept_id as publishDeptId, t1.submit_dept_id as submitDeptId, t3.publish_date as publishDate,