Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
92b3446a
Commit
92b3446a
authored
Aug 14, 2018
by
Menethil
Browse files
修复时间判断错误
parent
0271ab4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-db/src/main/java/org/linlinjava/litemall/db/service/LitemallGrouponRulesService.java
View file @
92b3446a
...
...
@@ -66,8 +66,8 @@ public class LitemallGrouponRulesService {
*/
public
boolean
isExpired
(
LitemallGrouponRules
rules
)
{
if
(
rules
==
null
||
rules
.
getExpireTime
().
isBefore
(
LocalDateTime
.
now
()))
return
fals
e
;
return
tru
e
;
return
tru
e
;
return
fals
e
;
}
/**
...
...
Write
Preview
Supports
Markdown
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