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,