Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sunac_report
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
java-sunac-report
sunac_report
Commits
d1014d1d
Commit
d1014d1d
authored
Aug 28, 2018
by
Java-刘铮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a
parent
ae122b24
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
report_sunac_war.xml
.idea/artifacts/report_sunac_war.xml
+0
-9
FrontReportService.java
src/main/java/com/ejweb/modules/front/report/service/FrontReportService.java
+0
-1
No files found.
.idea/artifacts/report_sunac_war.xml
deleted
100644 → 0
View file @
ae122b24
<component
name=
"ArtifactManager"
>
<artifact
type=
"war"
name=
"report_sunac:war"
>
<output-path>
$PROJECT_DIR$/target
</output-path>
<root
id=
"archive"
name=
"report_sunac.war"
>
<element
id=
"artifact"
artifact-name=
"report_sunac:war exploded"
/>
</root>
</artifact>
</component>
\ No newline at end of file
src/main/java/com/ejweb/modules/front/report/service/FrontReportService.java
View file @
d1014d1d
...
...
@@ -69,7 +69,6 @@ public class FrontReportService extends CrudService<FrontReportDao, FrontReportE
logger
.
debug
(
".................合法token:\t\t"
+
token
);
LtpaToken
ltpaToken
=
new
LtpaToken
(
token
);
username
=
ltpaToken
.
getUsername
();
bean
.
setOaName
(
username
);
bean
.
setReportPersonName
(
bean
.
getReportPersonName
()
+
"-融创OA帐号:"
+
username
);
}
}
catch
(
Exception
e
)
{
...
...
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