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
9df49315
Commit
9df49315
authored
Jun 17, 2021
by
zhangch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
时间数据格式问题
parent
8dfc39e8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
9 deletions
+26
-9
ChFndAttach.java
...a/com/hungraim/ltc/pojo/entity/SysConfig/ChFndAttach.java
+2
-2
ChSuperviseOrgan.java
...graim/ltc/pojo/entity/serviceManage/ChSuperviseOrgan.java
+8
-0
SuperviseOrganVO.java
...com/hungraim/ltc/pojo/vo/governance/SuperviseOrganVO.java
+8
-0
SrvOrganVo.java
...main/java/com/hungraim/ltc/pojo/vo/system/SrvOrganVo.java
+6
-6
SuperviseOrganMapper.xml
...m/hungraim/ltc/governance/mapper/SuperviseOrganMapper.xml
+2
-1
No files found.
common/common-core/src/main/java/com/hungraim/ltc/pojo/entity/SysConfig/ChFndAttach.java
View file @
9df49315
...
...
@@ -39,7 +39,7 @@ public class ChFndAttach implements Serializable {
* 上传时间
*/
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
fileTime
;
/**
...
...
@@ -56,7 +56,7 @@ public class ChFndAttach implements Serializable {
* 首次操作时间
*/
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
fcd
;
/**
...
...
common/common-core/src/main/java/com/hungraim/ltc/pojo/entity/serviceManage/ChSuperviseOrgan.java
View file @
9df49315
...
...
@@ -4,7 +4,9 @@ import com.baomidou.mybatisplus.annotation.IdType;
import
com.baomidou.mybatisplus.annotation.KeySequence
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
lombok.Data
;
import
org.springframework.format.annotation.DateTimeFormat
;
import
java.io.Serializable
;
import
java.util.Date
;
...
...
@@ -110,6 +112,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
effTime
;
/**
...
...
@@ -120,6 +124,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
endTime
;
/**
...
...
@@ -135,6 +141,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
lcd
;
/**
...
...
common/common-core/src/main/java/com/hungraim/ltc/pojo/vo/governance/SuperviseOrganVO.java
View file @
9df49315
package
com
.
hungraim
.
ltc
.
pojo
.
vo
.
governance
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
lombok.Data
;
import
org.springframework.format.annotation.DateTimeFormat
;
import
java.util.Date
;
/**
* 监管机构人员信息列表VO
...
...
@@ -57,4 +61,8 @@ public class SuperviseOrganVO {
* 银行账号
*/
private
String
bankNo
;
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
effTime
;
}
common/common-core/src/main/java/com/hungraim/ltc/pojo/vo/system/SrvOrganVo.java
View file @
9df49315
...
...
@@ -84,7 +84,7 @@ public class SrvOrganVo{
* 创建时间
*/
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
effTime
;
/**
...
...
@@ -96,14 +96,14 @@ public class SrvOrganVo{
* 终止时间
*/
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
endTime
;
/**
* 首次操作时间
*/
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
fcd
;
/**
...
...
@@ -115,7 +115,7 @@ public class SrvOrganVo{
* 末次操作时间
*/
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
lcd
;
/**
...
...
@@ -292,7 +292,7 @@ public class SrvOrganVo{
* 审核时间(长护)
*/
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
checkTimeCh
;
/**
...
...
@@ -314,7 +314,7 @@ public class SrvOrganVo{
* 审核时间(理赔)
*/
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
checkTimeLp
;
/**
...
...
governance/src/main/resources/com/hungraim/ltc/governance/mapper/SuperviseOrganMapper.xml
View file @
9df49315
...
...
@@ -29,7 +29,8 @@
--银行开户行名称
sOrgan.BANK_ACC_NAME bankAccName,
--银行账号
sOrgan.BANK_NO bankNo
sOrgan.BANK_NO bankNo,
sOrgan.EFF_TIME effTime
FROM
--监管机构表
CH_SUPERVISE_ORGAN sOrgan
...
...
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