Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
long-tern-care-service
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
hubin
long-tern-care-service
Commits
31118fd4
Commit
31118fd4
authored
Mar 08, 2022
by
liuxun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
649d094a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
ChSuperviseOrgan.java
...graim/ltc/pojo/entity/serviceManage/ChSuperviseOrgan.java
+3
-2
SuperviseOrganServiceImpl.java
...tc/governance/service/impl/SuperviseOrganServiceImpl.java
+1
-0
No files found.
common/common-core/src/main/java/com/hungraim/ltc/pojo/entity/serviceManage/ChSuperviseOrgan.java
View file @
31118fd4
...
@@ -131,6 +131,8 @@ public class ChSuperviseOrgan implements Serializable {
...
@@ -131,6 +131,8 @@ public class ChSuperviseOrgan implements Serializable {
/**
/**
* 首次操作时间
* 首次操作时间
*/
*/
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
fcd
;
private
Date
fcd
;
/**
/**
...
@@ -156,4 +158,4 @@ public class ChSuperviseOrgan implements Serializable {
...
@@ -156,4 +158,4 @@ public class ChSuperviseOrgan implements Serializable {
private
String
contactMail
;
private
String
contactMail
;
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
}
}
\ No newline at end of file
governance/src/main/java/com/hungraim/ltc/governance/service/impl/SuperviseOrganServiceImpl.java
View file @
31118fd4
...
@@ -97,6 +97,7 @@ public class SuperviseOrganServiceImpl extends ServiceImpl<SuperviseOrganMapper,
...
@@ -97,6 +97,7 @@ public class SuperviseOrganServiceImpl extends ServiceImpl<SuperviseOrganMapper,
//新增
//新增
spvOrgan
.
setIsLock
((
short
)
0
);
spvOrgan
.
setIsLock
((
short
)
0
);
spvOrgan
.
setEffTime
(
new
Date
());
spvOrgan
.
setEffTime
(
new
Date
());
spvOrgan
.
setFcd
(
new
Date
());
superviseOrganMapper
.
insert
(
spvOrgan
);
superviseOrganMapper
.
insert
(
spvOrgan
);
}
}
}
}
...
...
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