Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
2393b0e2
Commit
2393b0e2
authored
Jan 24, 2022
by
tianbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化检查报告sql
parent
0941f6f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
OrgUsrMapper.xml
...ule-common-api/src/main/resources/mapper/OrgUsrMapper.xml
+1
-4
DangerDto.java
...m/yeejoin/amos/supervision/core/common/dto/DangerDto.java
+5
-0
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/resources/mapper/OrgUsrMapper.xml
View file @
2393b0e2
...
@@ -691,10 +691,7 @@ LEFT JOIN (
...
@@ -691,10 +691,7 @@ LEFT JOIN (
<select
id=
"countDeptByCompanyId"
resultType=
"java.util.Map"
>
<select
id=
"countDeptByCompanyId"
resultType=
"java.util.Map"
>
SELECT (SELECT count(1)
SELECT (SELECT count(1)
FROM cb_org_usr
FROM cb_org_usr
WHERE biz_org_code LIKE
WHERE biz_org_code LIKE concat(t1.biz_org_code, '%')
concat((SELECT biz_org_code FROM `cb_org_usr` WHERE sequence_nbr = t1.sequence_nbr),
'%'
)
AND biz_org_type = 'DEPARTMENT'
AND biz_org_type = 'DEPARTMENT'
AND parent_id = t1.sequence_nbr) count,
AND parent_id = t1.sequence_nbr) count,
sequence_nbr
sequence_nbr
...
...
amos-boot-module/amos-boot-module-api/amos-boot-module-supervision-api/src/main/java/com/yeejoin/amos/supervision/core/common/dto/DangerDto.java
View file @
2393b0e2
...
@@ -175,4 +175,9 @@ public class DangerDto implements Serializable {
...
@@ -175,4 +175,9 @@ public class DangerDto implements Serializable {
* 创建时间
* 创建时间
*/
*/
private
Date
createDate
;
private
Date
createDate
;
/**
* 流程id
*/
private
String
instanceId
;
}
}
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