Commit f9247480 authored by Luochenglong's avatar Luochenglong

生成电子档案

parent cabbe26e
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
t.document_number, t.document_number,
t.document_info, t.document_info,
t.done_flag, t.done_flag,
t.workflow_id,
(select v.code_value_name value_name (select v.code_value_name value_name
from sys_code_values_v v from sys_code_values_v v
where v.code = 'DONE_FLAG_STATUS' where v.code = 'DONE_FLAG_STATUS'
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
p_document_id => ${@document_id}, p_document_id => ${@document_id},
p_document_number => ${@document_number}, p_document_number => ${@document_number},
p_document_info => ${@document_info}, p_document_info => ${@document_info},
p_workflow_id => ${@workflow_id},
p_user_id => ${/session/@user_id}); p_user_id => ${/session/@user_id});
end; end;
]]></bm:update-sql> ]]></bm:update-sql>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment