Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ADC-uniformity
Project
Project
Details
Activity
Releases
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
凡昌松
ADC-uniformity
Commits
e17a364e
Commit
e17a364e
authored
Dec 03, 2021
by
qk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: 点击是否核查保存接口
parent
bd9ddbdd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
11 deletions
+12
-11
CheckCheckMenuManagementServiceImpl.java
...tem/service/impl/CheckCheckMenuManagementServiceImpl.java
+1
-1
CheckCheckMenuManagementMapper.xml
.../mybatis/mapper/system/CheckCheckMenuManagementMapper.xml
+11
-10
No files found.
adcbs-check/src/main/java/com/adc/da/system/service/impl/CheckCheckMenuManagementServiceImpl.java
View file @
e17a364e
...
@@ -78,7 +78,7 @@ public class CheckCheckMenuManagementServiceImpl
...
@@ -78,7 +78,7 @@ public class CheckCheckMenuManagementServiceImpl
return
Result
.
success
(
"200"
,
"保存成功"
,
ids
);
return
Result
.
success
(
"200"
,
"保存成功"
,
ids
);
}
}
}
}
return
Result
.
success
(
"200"
,
"保存成功"
);
return
Result
.
success
(
"200"
,
"保存成功"
,
true
);
}
}
@Override
@Override
...
...
adcbs-check/src/main/resources/mybatis/mapper/system/CheckCheckMenuManagementMapper.xml
View file @
e17a364e
...
@@ -26,17 +26,18 @@
...
@@ -26,17 +26,18 @@
)
)
</update>
</update>
<select
id=
"selectNoticeParameterByCodes"
resultType=
"com.adc.da.dto.reqDTO.CheckMenuManagementReqDTO"
parameterType=
"java.util.List"
>
<select
id=
"selectNoticeParameterByCodes"
resultType=
"com.adc.da.dto.reqDTO.CheckMenuManagementReqDTO"
parameterType=
"java.util.List"
>
SELECT DISTINCT
PARAMETER_SEQ AS parameterCodeOne,
SELECT DISTINCT
PARAMETER_
NAME AS parameterName
C
NAME AS parameterName
FROM
CHECK_BULLETIN_DATA_PARAMETER
FROM
NERDS.GG_DATA_DETAIL
WHERE 1=1
WHERE 1=1
AND PARAMETER_SEQ in
AND
<foreach
item=
"id"
collection=
"codes"
open=
"("
separator=
","
<!-- PARAMETER_SEQ in-->
close=
")"
index=
"index"
>
<!-- <foreach item="id" collection="codes" open="(" separator=","-->
#{id}
<!-- close=")" index="index">-->
</foreach>
<!-- #{id}-->
OR
<!-- </foreach>-->
PARAMETER_NAME in
<!-- OR-->
CNAME in
<foreach
item=
"id"
collection=
"codes"
open=
"("
separator=
","
<foreach
item=
"id"
collection=
"codes"
open=
"("
separator=
","
close=
")"
index=
"index"
>
close=
")"
index=
"index"
>
#{id}
#{id}
...
...
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