Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
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
项目统一框架
amos-boot-biz
Commits
ade91d1f
Commit
ade91d1f
authored
Jun 11, 2021
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
c99c159f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
MetaHandler.java
...in/java/com/yeejoin/amos/boot/biz/config/MetaHandler.java
+1
-1
FirefightersThought.java
.../amos/boot/module/jcs/api/entity/FirefightersThought.java
+3
-2
No files found.
amos-boot-biz-common/src/main/java/com/yeejoin/amos/boot/biz/config/MetaHandler.java
View file @
ade91d1f
...
...
@@ -55,7 +55,7 @@ public class MetaHandler implements MetaObjectHandler {
}
Object
entity
=
metaObject
.
getOriginalObject
();
if
(
isExistField
(
"recUserId"
,
entity
))
{
this
.
setFieldValByName
(
"recUserId"
,
Long
.
valueOf
(
agencyUserModel
.
getUserId
()
),
metaObject
);
this
.
setFieldValByName
(
"recUserId"
,
agencyUserModel
.
getUserId
(
),
metaObject
);
}
if
(
isExistField
(
"recUserName"
,
entity
))
{
...
...
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/src/main/java/com/yeejoin/amos/boot/module/jcs/api/entity/FirefightersThought.java
View file @
ade91d1f
...
...
@@ -40,7 +40,8 @@ public class FirefightersThought extends BaseEntity {
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
@ApiModelProperty
(
value
=
"谈话时间"
)
private
Date
talkingTime
;
@ApiModelProperty
(
value
=
"谈话人"
)
private
String
speaker
;
@ApiModelProperty
(
value
=
"思想和现实表现情况"
)
private
String
thoughtMorality
;
...
...
@@ -52,7 +53,7 @@ public class FirefightersThought extends BaseEntity {
@ApiModelProperty
(
value
=
"附件"
)
private
String
enclosure
;
@ApiModelProperty
(
value
=
"更新时间"
)
...
...
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