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
9ce4235a
Commit
9ce4235a
authored
Oct 08, 2021
by
xixinzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提交
parent
286425b8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
WorkFlowBranchEnum.java
...oin/amos/supervision/common/enums/WorkFlowBranchEnum.java
+1
-1
HiddenDangerServiceImpl.java
...vision/business/service/impl/HiddenDangerServiceImpl.java
+1
-1
CheckParamUtil.java
...eejoin/amos/supervision/business/util/CheckParamUtil.java
+2
-0
dbTemplate_check.xml
...rvision/src/main/resources/db/mapper/dbTemplate_check.xml
+2
-2
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-supervision-api/src/main/java/com/yeejoin/amos/supervision/common/enums/WorkFlowBranchEnum.java
View file @
9ce4235a
...
@@ -13,7 +13,7 @@ public enum WorkFlowBranchEnum {
...
@@ -13,7 +13,7 @@ public enum WorkFlowBranchEnum {
DAILY
(
"日常检查"
,
"company"
,
"daily"
,
"daily"
),
DAILY
(
"日常检查"
,
"company"
,
"daily"
,
"daily"
),
SPECIAL_C
(
"专项检查"
,
"company"
,
"special"
,
"special"
),
SPECIAL_C
(
"专项检查"
,
"company"
,
"special"
,
"special"
),
SPECIAL_E
(
"专项检查"
,
"external"
,
"special"
,
"special"
),
SPECIAL_E
(
"专项检查"
,
"external"
,
"special
-daily
"
,
"special"
),
SUPERVISED_DW
(
"单位级审核"
,
"department"
,
"special-daily"
,
"supervised"
);
SUPERVISED_DW
(
"单位级审核"
,
"department"
,
"special-daily"
,
"supervised"
);
/**
/**
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-supervision-biz/src/main/java/com/yeejoin/amos/supervision/business/service/impl/HiddenDangerServiceImpl.java
View file @
9ce4235a
...
@@ -265,7 +265,7 @@ public class HiddenDangerServiceImpl implements IHiddenDangerService {
...
@@ -265,7 +265,7 @@ public class HiddenDangerServiceImpl implements IHiddenDangerService {
result
.
put
(
"checkMode"
,
hiddenDangerDto
.
getDangerType
());
result
.
put
(
"checkMode"
,
hiddenDangerDto
.
getDangerType
());
result
.
put
(
"planId"
,
plan
.
getId
());
result
.
put
(
"planId"
,
plan
.
getId
());
result
.
put
(
"planName"
,
plan
.
getName
());
result
.
put
(
"planName"
,
plan
.
getName
());
result
.
put
(
"pointId"
,
point
.
getId
());
result
.
put
(
"pointId"
,
point
.
get
Original
Id
());
result
.
put
(
"pointName"
,
point
.
getName
());
result
.
put
(
"pointName"
,
point
.
getName
());
result
.
put
(
"bizId"
,
hiddenDangerDto
.
getCheckInputId
());
result
.
put
(
"bizId"
,
hiddenDangerDto
.
getCheckInputId
());
result
.
put
(
"bizName"
,
hiddenDangerDto
.
getInputItemName
());
result
.
put
(
"bizName"
,
hiddenDangerDto
.
getInputItemName
());
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-supervision-biz/src/main/java/com/yeejoin/amos/supervision/business/util/CheckParamUtil.java
View file @
9ce4235a
...
@@ -45,6 +45,8 @@ public class CheckParamUtil {
...
@@ -45,6 +45,8 @@ public class CheckParamUtil {
param
.
setPlanId
(
Long
.
parseLong
(
queryRequests
.
get
(
i
).
getValue
().
toString
()));
param
.
setPlanId
(
Long
.
parseLong
(
queryRequests
.
get
(
i
).
getValue
().
toString
()));
}
else
if
(
"companyId"
.
equals
(
name
))
{
}
else
if
(
"companyId"
.
equals
(
name
))
{
param
.
setCompanyId
(
Long
.
parseLong
(
queryRequests
.
get
(
i
).
getValue
().
toString
()));
param
.
setCompanyId
(
Long
.
parseLong
(
queryRequests
.
get
(
i
).
getValue
().
toString
()));
}
else
if
(
"pointId"
.
equals
(
name
))
{
param
.
setPointId
(
Long
.
parseLong
(
queryRequests
.
get
(
i
).
getValue
().
toString
()));
}
}
}
}
}
}
...
...
amos-boot-system-supervision/src/main/resources/db/mapper/dbTemplate_check.xml
View file @
9ce4235a
...
@@ -1996,7 +1996,7 @@
...
@@ -1996,7 +1996,7 @@
<if
test=
"companyId != null"
>
<if
test=
"companyId != null"
>
AND pp.original_id = #{companyId}
AND pp.original_id = #{companyId}
</if>
</if>
<if
test=
"pointId != null"
>
<if
test=
"pointId != null
and pointId != -1
"
>
AND pp.id = #{pointId}
AND pp.id = #{pointId}
</if>
</if>
<!-- <if test="orgCode != null">-->
<!-- <if test="orgCode != null">-->
...
@@ -2029,7 +2029,7 @@
...
@@ -2029,7 +2029,7 @@
<if
test=
"companyId != null"
>
<if
test=
"companyId != null"
>
AND pp.original_id = #{companyId}
AND pp.original_id = #{companyId}
</if>
</if>
<if
test=
"pointId != null"
>
<if
test=
"pointId != null
and pointId != -1
"
>
AND pp.id = #{pointId}
AND pp.id = #{pointId}
</if>
</if>
<!-- <if test="orgCode != null">-->
<!-- <if test="orgCode != null">-->
...
...
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