Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-service-hmhj
Overview
Overview
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
wangweidong
patzn-cloud-service-hmhj
Commits
51f15bbb
Commit
51f15bbb
authored
Sep 14, 2022
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化霍煤分厂报告响应速度
parent
095ff388
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
EntrustMapper.xml
src/main/resources/mapper/hmhj/EntrustMapper.xml
+2
-3
No files found.
src/main/resources/mapper/hmhj/EntrustMapper.xml
View file @
51f15bbb
...
...
@@ -33,15 +33,14 @@
</if>
<if
test=
"null != vo.isSelf and true == vo.isSelf"
>
AND (
e.uid = #{vo.uid} or e
xists
(
e.uid = #{vo.uid} or e
.sample_name in
(
select
1
m.name
from business_staff s
join material m
on m.id = s.biz_id and m.deleted = 0
where s.deleted = 0
and s.biz_type = 'REPORT_RECIPIENT'
and m.name = e.sample_name
and s.staff_id = #{vo.uid}
)
)
...
...
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