Commit e17a364e authored by qk's avatar qk

Update: 点击是否核查保存接口

parent bd9ddbdd
...@@ -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
......
...@@ -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 CNAME 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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment