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
4516d2ef
Commit
4516d2ef
authored
Aug 27, 2018
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
漏提交~
parent
27881c86
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
src/main/java/com/ruoyi/framework/web/domain/BaseEntity.java
+7
-2
src/main/resources/templates/system/user/profile/edit.html
+2
-2
No files found.
src/main/java/com/ruoyi/framework/web/domain/BaseEntity.java
View file @
4516d2ef
...
...
@@ -4,6 +4,7 @@ import java.io.Serializable;
import
java.util.Date
;
import
java.util.Map
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.google.common.collect.Maps
;
/**
* Entity基类
...
...
@@ -99,6 +100,10 @@ public class BaseEntity implements Serializable
public
Map
<
String
,
Object
>
getParams
()
{
if
(
params
==
null
)
{
params
=
Maps
.
newHashMap
();
}
return
params
;
}
...
...
@@ -106,5 +111,4 @@ public class BaseEntity implements Serializable
{
this
.
params
=
params
;
}
}
}
\ No newline at end of file
src/main/resources/templates/system/user/profile/edit.html
View file @
4516d2ef
...
...
@@ -39,11 +39,11 @@
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
性别:
</label>
<div
class=
"col-sm-8"
>
<div
class=
"radio
radio-info radio-inline
"
>
<div
class=
"radio
-box
"
>
<input
type=
"radio"
id=
"radio1"
th:field=
"*{sex}"
name=
"sex"
value=
"0"
>
<label
for=
"radio1"
>
男
</label>
</div>
<div
class=
"radio
radio-danger radio-inline
"
>
<div
class=
"radio
-box
"
>
<input
type=
"radio"
id=
"radio2"
th:field=
"*{sex}"
name=
"sex"
value=
"1"
>
<label
for=
"radio2"
>
女
</label>
</div>
...
...
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