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
5b7dc191
Commit
5b7dc191
authored
Oct 27, 2021
by
zhangch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
撤床相关修改
parent
14c96ea0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
AttachType.java
...-core/src/main/java/com/hungraim/ltc/util/AttachType.java
+5
-1
SrvSendMapper.java
...n/java/com/hungraim/ltc/governance/dao/SrvSendMapper.java
+1
-1
No files found.
common/common-core/src/main/java/com/hungraim/ltc/util/AttachType.java
View file @
5b7dc191
...
...
@@ -67,7 +67,11 @@ public enum AttachType {
/**
* 17:建床;
*/
BUILD_BED
((
short
)
17
);
BUILD_BED
((
short
)
17
),
/**
* 18:撤床;
*/
REMOVE_BED
((
short
)
18
);
private
Short
uploadType
;
...
...
governance/src/main/java/com/hungraim/ltc/governance/dao/SrvSendMapper.java
View file @
5b7dc191
...
...
@@ -82,7 +82,7 @@ public interface SrvSendMapper extends BaseMapper<ChSrvSend> {
" LEFT JOIN CH_DISABLE_INFO t2 ON t1.DISAB_INFO_ID = t2.DISAB_INFO_ID "
+
" LEFT JOIN CH_SRV_BUILD_BED t3 ON t2.DISAB_INFO_ID = t3.DISAB_INFO_ID "
+
" WHERE "
+
"t3.BUILD_BED_ID IS NOT NULL "
+
"t3.BUILD_BED_ID IS NOT NULL
AND
"
+
"t1.SRV_ORGAN_ID = #{srvOrganId} "
+
" AND t2.REAL_NAME LIKE CONCAT( '%', CONCAT( #{realName}, '%' ) )"
)
IPage
<
SearchDisableSimpleVo
>
buildBedSearchByRealName
(
Page
<
SearchDisableSimpleVo
>
page
,
Integer
srvOrganId
,
String
realName
);
...
...
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