|
|
|
@ -40,7 +40,8 @@
|
|
|
|
|
t1.flow_type as flowType,
|
|
|
|
|
t2.publish_dept_id as publishDeptId,
|
|
|
|
|
t2.submit_dept_id as submitDeptId,
|
|
|
|
|
t1.submit_user_id as submitUserId
|
|
|
|
|
t1.submit_user_id as submitUserId,
|
|
|
|
|
t2.create_time as submitDate
|
|
|
|
|
from ks_knowledge_flow_todo t1
|
|
|
|
|
left join ks_knowledge t2 on t1.knowledge_id = t2.id
|
|
|
|
|
left join ks_knowledge_info t3 on t2.info_id = t3.id
|
|
|
|
@ -88,7 +89,8 @@
|
|
|
|
|
t2.publish_dept_id as publishDeptId,
|
|
|
|
|
t1.submit_dept_id as submitDeptId,
|
|
|
|
|
t1.submit_user_id as submitUserId,
|
|
|
|
|
t2.knowledge_from as knowledgeFrom
|
|
|
|
|
t2.knowledge_from as knowledgeFrom,
|
|
|
|
|
t2.create_time as submitDate
|
|
|
|
|
from ks_knowledge_flow_record t1
|
|
|
|
|
left join ks_knowledge t2 on t1.knowledge_id = t2.id
|
|
|
|
|
left join ks_knowledge_info t3 on t2.info_id = t3.id
|
|
|
|
|