Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
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
yaru
fgqyxxlr
Commits
3c5abd56
Commit
3c5abd56
authored
6 years ago
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Date类型生成处理
parent
532c43ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
src/main/java/com/ruoyi/common/utils/security/ShiroUtils.java
+0
-1
src/main/resources/templates/vm/java/domain.java.vm
+5
-2
No files found.
src/main/java/com/ruoyi/common/utils/security/ShiroUtils.java
View file @
3c5abd56
...
...
@@ -6,7 +6,6 @@ import org.apache.shiro.session.Session;
import
org.apache.shiro.subject.PrincipalCollection
;
import
org.apache.shiro.subject.SimplePrincipalCollection
;
import
org.apache.shiro.subject.Subject
;
import
com.ruoyi.framework.shiro.realm.UserRealm
;
import
com.ruoyi.project.system.user.domain.User
;
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/templates/vm/java/domain.java.vm
View file @
3c5abd56
package
${
package
}.
domain
;
import
com
.
ruoyi
.
framework
.
web
.
domain
.
BaseEntity
;
#
if
(${
hasBigDecimal
})
import
java
.
math
.
BigDecimal
;
#
foreach
($
column
in
$
columns
)
#
if
($
column
.
attrType
==
'Date'
)
import
java
.
util
.
Date
;
#
break
#
end
#
end
/**
...
...
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