Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apps-collaboration
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
高燕
apps-collaboration
Commits
f79b522d
Commit
f79b522d
authored
Sep 17, 2020
by
chenfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
校稿页面传给门户办理人信息
parent
fc9efabe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
CollaborationController.java
...pps/collaboration/controller/CollaborationController.java
+15
-0
No files found.
src/main/java/com/seeyon/apps/collaboration/controller/CollaborationController.java
View file @
f79b522d
...
...
@@ -2019,6 +2019,21 @@ public class CollaborationController extends BaseController {
boolean
isBlank
=
Strings
.
isBlank
(
pigeonholeType
)
||
"null"
.
equals
(
pigeonholeType
)
||
"undefined"
.
equals
(
pigeonholeType
);
summaryVO
.
setPigeonholeType
(
isBlank
?
PigeonholeType
.
edoc_dept
.
ordinal
()
:
Integer
.
valueOf
(
pigeonholeType
));
CtpAffair
affairs
=
affairManager
.
get
(
summaryVO
.
getAffairId
());
ColSummary
summary
=
colManager
.
getSummaryById
(
affairs
.
getObjectId
());
CtpEnumItem
ctpEnumItem
;
Long
formappid
=
summary
.
getFormAppid
()
;
Long
formrecordid
=
summary
.
getFormRecordid
()
;
FormBean
formBean
=
cap4FormManager
.
getForm
(
formappid
,
false
)
;
FormDataMasterBean
master
=
cap4FormManager
.
getDataMasterBeanById
(
formrecordid
,
formBean
,
null
)
;
String
namekeycover
=
master
.
getFormTable
().
getFieldMap4Display
().
get
(
"文档地址"
).
getName
();
String
cover
=
(
String
)
master
.
getAllDataMap
().
get
(
namekeycover
);
int
end
=
cover
.
length
();
if
(
cover
.
contains
(
"&user"
))
{
end
=
cover
.
indexOf
(
"&user"
);
}
refreshField
(
formBean
.
getMasterTableBean
().
getTableName
(),
namekeycover
,
cover
+
"&userId="
+
java
.
net
.
URLEncoder
.
encode
(
summaryVO
.
getCurrentUser
().
getLoginName
(),
"utf-8"
),
formrecordid
);
try
{
summaryVO
=
colManager
.
transShowSummary
(
summaryVO
);
...
...
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