Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
Details
Activity
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
platform
hg-smart
Commits
2447ee0e
Commit
2447ee0e
authored
Sep 26, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.项目经理也能复制
parent
d7413c6b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
ServiceHGWD003B.java
...java/com/baosight/hggp/hg/wd/service/ServiceHGWD003B.java
+1
-1
No files found.
src/main/java/com/baosight/hggp/hg/wd/service/ServiceHGWD003B.java
View file @
2447ee0e
...
...
@@ -82,7 +82,7 @@ public class ServiceHGWD003B extends ServiceEPBase {
// 获取FILE_ID信息
String
mainFileId
=
MapUtils
.
getString
(
queryMap
,
"mainFileId"
);
// 判断是否是管理员或项目经理
AssertUtils
.
isTrue
(!
HgWdUtils
.
HgWd00
9
.
isManager
(),
"操作失败,非管理员
不能进行复制"
);
AssertUtils
.
isTrue
(!
HgWdUtils
.
HgWd00
3
.
isManager
(
mainFileId
),
"操作失败,非管理员或项目经理
不能进行复制"
);
HGWD001
dbWd001
=
HGWDTools
.
HgWd001
.
get
(
mainFileId
);
AssertUtils
.
isNull
(
dbWd001
,
String
.
format
(
"【%s】文档目录不存在"
,
mainFileId
));
// 获取FILE_ID授权信息
...
...
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