Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
api
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
首航-临时账号
api
Commits
b3b9aa50
Commit
b3b9aa50
authored
Apr 23, 2018
by
java-李谡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改,微会议密码encode,航线论证统计算法修改
parent
c50ec7d5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
StatisticalService.java
src/com/ejweb/modules/airport/service/StatisticalService.java
+1
-1
UserService.java
src/com/ejweb/modules/user/service/UserService.java
+0
-0
No files found.
src/com/ejweb/modules/airport/service/StatisticalService.java
View file @
b3b9aa50
...
...
@@ -61,7 +61,7 @@ public class StatisticalService extends BaseService<StatisticalDao> {
}
else
{
Integer
day
=
dao
.
getDay
(
e
);
if
(
day
!=
null
)
{
if
(
day
>
180
)
{
if
(
day
>
180
&&
Integer
.
parseInt
(
e
.
getExpiryDate
())
>
180
)
{
day
=
180
-
day
;
e
.
setExpiryDate
(
day
+
""
);
}
else
{
...
...
src/com/ejweb/modules/user/service/UserService.java
View file @
b3b9aa50
This diff is collapsed.
Click to expand it.
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