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
98a45b08
Commit
98a45b08
authored
Mar 09, 2022
by
duanzhihong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查找
parent
dcd24d6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
DisableInfoVo.java
...va/com/hungraim/ltc/pojo/vo/governance/DisableInfoVo.java
+1
-0
DisableInfoMapper.java
...va/com/hungraim/ltc/governance/dao/DisableInfoMapper.java
+2
-1
No files found.
common/common-core/src/main/java/com/hungraim/ltc/pojo/vo/governance/DisableInfoVo.java
View file @
98a45b08
...
...
@@ -45,6 +45,7 @@ public class DisableInfoVo extends PageInfo {
private
Integer
starts
;
private
String
acptAddress
;
private
Integer
srvSendId
;
}
governance/src/main/java/com/hungraim/ltc/governance/dao/DisableInfoMapper.java
View file @
98a45b08
...
...
@@ -13,6 +13,7 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> {
@Select
(
"select s.real_name,"
+
"i.SRV_SEND_ID,"
+
" s.acpt_provincial,"
+
" s.acpt_city,"
+
" s.acpt_area,"
+
...
...
@@ -35,5 +36,5 @@ public interface DisableInfoMapper extends BaseMapper<ChDisableInfo> {
" left join ch_srv_organ j"
+
" on i.SRV_ORGAN_ID = j.SRV_ORGAN_ID"
+
" where i.disab_info_id=#{disableInfoId}"
)
Page
<
DisableInfoVo
>
querySrvYet
(
Page
page
,
Integer
disableInfoId
);
Page
<
DisableInfoVo
>
querySrvYet
(
Page
page
,
Integer
disableInfoId
);
}
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