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
649d094a
Commit
649d094a
authored
Mar 08, 2022
by
liuxun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
a750a29f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
SrvOrganServiceImpl.java
...va/com/hungraim/ltc/service/impl/SrvOrganServiceImpl.java
+1
-0
AprOrganMapper.xml
...ces/com/hungraim/ltc/governance/mapper/AprOrganMapper.xml
+3
-3
No files found.
apply/apply-service/src/main/java/com/hungraim/ltc/service/impl/SrvOrganServiceImpl.java
View file @
649d094a
package
com
.
hungraim
.
ltc
.
service
.
impl
;
import
cn.hutool.core.util.StrUtil
;
import
com.baomidou.mybatisplus.core.metadata.OrderItem
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.hungraim.ltc.api.AttachFeignService
;
import
com.hungraim.ltc.dao.*
;
...
...
governance/src/main/resources/com/hungraim/ltc/governance/mapper/AprOrganMapper.xml
View file @
649d094a
...
...
@@ -49,6 +49,7 @@
<if
test=
"code != null and code != ''"
>
and organ.UNIFIED_SOCIAL_CREDIT_CODE = #{code}
</if>
order by organ.APR_ORGAN_ID
</select>
<!--评定人员信息列表-->
...
...
@@ -112,7 +113,7 @@
and organ.ORGAN_NAME LIKE CONCAT('%',CONCAT( #{organName} ,'%'))
</if>
<if
test=
"realName != null and realName != ''"
>
and emp.real_name
=
LIKE CONCAT('%',CONCAT( #{realName} ,'%'))
and emp.real_name LIKE CONCAT('%',CONCAT( #{realName} ,'%'))
</if>
<if
test=
"tel != null and tel != ''"
>
and emp.tel = #{tel}
...
...
@@ -127,4 +128,4 @@
and emp.emp_type = #{empType}
</if>
</select>
</mapper>
\ No newline at end of file
</mapper>
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