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
a25dd041
Commit
a25dd041
authored
Mar 11, 2022
by
liuxun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
b47566cd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
DisableInfoVo.java
...va/com/hungraim/ltc/pojo/vo/governance/DisableInfoVo.java
+2
-0
DisableInfoMapper.java
...va/com/hungraim/ltc/governance/dao/DisableInfoMapper.java
+7
-4
No files found.
common/common-core/src/main/java/com/hungraim/ltc/pojo/vo/governance/DisableInfoVo.java
View file @
a25dd041
...
...
@@ -52,5 +52,7 @@ public class DisableInfoVo extends PageInfo {
private
String
srvOrganName
;
private
String
diseTypeS
;
}
governance/src/main/java/com/hungraim/ltc/governance/dao/DisableInfoMapper.java
View file @
a25dd041
...
...
@@ -14,9 +14,9 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> {
@Select
(
"select s.real_name,"
+
"i.SRV_SEND_ID,"
+
"
s
.acpt_provincial,"
+
"
s
.acpt_city,"
+
"
s.a
cpt_area,"
+
"
j
.acpt_provincial,"
+
"
j
.acpt_city,"
+
"
j.
cpt_area,"
+
" s.gender,"
+
" s.birthday,"
+
" s.certi_code,"
+
...
...
@@ -29,7 +29,10 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> {
" i.allot_time,"
+
" i.stop_time,"
+
" i.status,"
+
" j.acpt_address"
+
" j.acpt_address,"
+
" s.DISTRICT_PROVINCIAL as provincial,"
+
" s.DISTRICT_CITY as city,"
+
" s.DISE_TYPE_S as diseTypeS"
+
" from ch_srv_send i"
+
" left join ch_disable_info s "
+
" 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