Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlcm
leaf-hlcm
Commits
6f003952
Commit
6f003952
authored
Sep 06, 2019
by
Spencer Chang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[refactor] 删除不必需的文件
parent
f09018f1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
31 deletions
+0
-31
doodream_response.lwm
...ain/webapp/WEB-INF/classes/doodream/doodream_response.lwm
+0
-24
doodream_response.lsc
src/main/webapp/modules/doodream/doodream_response.lsc
+0
-7
No files found.
src/main/webapp/WEB-INF/classes/doodream/doodream_response.lwm
deleted
100644 → 0
View file @
f09018f1
<?xml version="1.0" encoding="UTF-8"?>
<bm:model
xmlns:bm=
"http://www.leaf-framework.org/schema/bm"
needAccessControl=
"false"
>
<bm:operations>
<bm:operation
name=
"execute"
>
<bm:parameters>
<bm:parameter
name=
"xml"
datatype=
"java.lang.String"
output=
"true"
outputPath=
"/parameter/@xml"
/>
</bm:parameters>
<bm:update-sql>
<![CDATA[
declare
v_xml varchar2(32767);
begin
v_xml :=ds_doodream_pkg.update_status(
p_doc_id =>
${@DOCID},
p_status => ${@APRDOCSTATE},
p_key_code => ${@KEYCODE},
p_unique_id => ${@UNIQUEID},
p_approver_opinion => ${@APPROVER_OPINION}
);
${@xml} := v_xml;
end;
]]>
</bm:update-sql>
</bm:operation>
</bm:operations>
</bm:model>
src/main/webapp/modules/doodream/doodream_response.lsc
deleted
100644 → 0
View file @
f09018f1
<?xml version="1.0" encoding="UTF-8"?>
<a:service
xmlns:s=
"leaf.plugin.script"
xmlns:a=
"http://www.leaf-framework.org/application"
xmlns:p=
"uncertain.proc"
trace=
"true"
>
<a:init-procedure>
<a:model-execute
model=
"doodream.doodream_response"
/>
</a:init-procedure>
<a:service-output
output=
"/parameter/@xml"
/>
</a:service>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment