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
b47566cd
Commit
b47566cd
authored
Mar 11, 2022
by
liuxun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
918fdb96
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
DisableInfoVo.java
...va/com/hungraim/ltc/pojo/vo/governance/DisableInfoVo.java
+5
-0
DisableInfoMapper.java
...va/com/hungraim/ltc/governance/dao/DisableInfoMapper.java
+1
-1
No files found.
common/common-core/src/main/java/com/hungraim/ltc/pojo/vo/governance/DisableInfoVo.java
View file @
b47566cd
...
@@ -47,5 +47,10 @@ public class DisableInfoVo extends PageInfo {
...
@@ -47,5 +47,10 @@ public class DisableInfoVo extends PageInfo {
private
String
acptAddress
;
private
String
acptAddress
;
private
Integer
srvSendId
;
private
Integer
srvSendId
;
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
,
timezone
=
"GMT+8"
)
private
Date
allotTime
;
private
String
srvOrganName
;
}
}
governance/src/main/java/com/hungraim/ltc/governance/dao/DisableInfoMapper.java
View file @
b47566cd
...
@@ -29,7 +29,7 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> {
...
@@ -29,7 +29,7 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> {
" i.allot_time,"
+
" i.allot_time,"
+
" i.stop_time,"
+
" i.stop_time,"
+
" i.status,"
+
" i.status,"
+
"
i
.acpt_address"
+
"
j
.acpt_address"
+
" from ch_srv_send i"
+
" from ch_srv_send i"
+
" left join ch_disable_info s "
+
" left join ch_disable_info s "
+
" on s.disab_info_id = i.disab_info_id"
+
" on s.disab_info_id = i.disab_info_id"
+
...
...
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