Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-cost-system
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
bltdc
dc-cost-system
Commits
58877d98
Commit
58877d98
authored
Aug 26, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
不知道改了什么
parent
4271c70a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CostDetailController.java
...blt/other/other_cost/controller/CostDetailController.java
+2
-1
No files found.
cost-core/src/main/java/com/blt/other/other_cost/controller/CostDetailController.java
View file @
58877d98
...
...
@@ -17,7 +17,6 @@ import org.springframework.core.io.InputStreamResource;
import
org.springframework.http.HttpHeaders
;
import
org.springframework.http.MediaType
;
import
org.springframework.http.ResponseEntity
;
import
org.springframework.lang.NonNullApi
;
import
org.springframework.web.bind.annotation.*
;
import
org.springframework.web.multipart.MultipartFile
;
...
...
@@ -74,6 +73,8 @@ public class CostDetailController {
||
user
.
getUseraccount
().
equals
(
"简金源"
)
||
user
.
getUseraccount
().
equals
(
"廖文珊"
)
||
user
.
getUseraccount
().
equals
(
"李燕霞"
)
||
user
.
getUseraccount
().
equals
(
"黄晔"
)
||
user
.
getUseraccount
().
equals
(
"唐衍芬"
)
||
detail
.
getCreateUsername
().
equals
(
user
.
getUseraccount
())))
{
detail
.
setFilePath
(
""
);
}
...
...
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