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
73815a27
Commit
73815a27
authored
Jul 28, 2021
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业务等级只看自己的数据
parent
d57db9b4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
EntrustController.java
...cloud/service/lims/hmhj/controller/EntrustController.java
+1
-0
EntrustMapper.xml
src/main/resources/mapper/hmhj/EntrustMapper.xml
+3
-3
No files found.
src/main/java/com/patzn/cloud/service/lims/hmhj/controller/EntrustController.java
View file @
73815a27
...
@@ -104,6 +104,7 @@ public class EntrustController extends ServiceController {
...
@@ -104,6 +104,7 @@ public class EntrustController extends ServiceController {
EntrustStatusEnum
.
TEST
,
EntrustStatusEnum
.
TEST
,
EntrustStatusEnum
.
QUALITY_CHECK
EntrustStatusEnum
.
QUALITY_CHECK
));
));
entrust
.
setUid
(
getAccount
().
getUserId
());
return
success
(
entrustService
.
pageVO
(
getPage
(),
entrust
));
return
success
(
entrustService
.
pageVO
(
getPage
(),
entrust
));
}
}
...
...
src/main/resources/mapper/hmhj/EntrustMapper.xml
View file @
73815a27
...
@@ -19,6 +19,9 @@
...
@@ -19,6 +19,9 @@
<if
test=
"null!=vo.flowStatus"
>
<if
test=
"null!=vo.flowStatus"
>
AND e.flow_status = #{vo.flowStatus}
AND e.flow_status = #{vo.flowStatus}
</if>
</if>
<if
test=
"null != vo.uid"
>
AND e.uid = #{vo.uid}
</if>
<if
test=
"null != vo.groupNameList"
>
<if
test=
"null != vo.groupNameList"
>
AND e.test_side IN
AND e.test_side IN
<foreach
collection=
"vo.groupNameList"
index=
"index"
item=
"groupName"
open=
"("
separator=
","
close=
")"
>
<foreach
collection=
"vo.groupNameList"
index=
"index"
item=
"groupName"
open=
"("
separator=
","
close=
")"
>
...
@@ -123,9 +126,6 @@
...
@@ -123,9 +126,6 @@
)
)
</if>
</if>
<if
test=
"null != vo.uid"
>
AND e.uid = #{vo.uid}
</if>
order by e.ctime DESC
order by e.ctime DESC
</select>
</select>
...
...
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