Commit e17a364e authored by qk's avatar qk

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

parent bd9ddbdd
......@@ -78,7 +78,7 @@ public class CheckCheckMenuManagementServiceImpl
return Result.success("200","保存成功",ids);
}
}
return Result.success("200","保存成功");
return Result.success("200","保存成功",true);
}
@Override
......
......@@ -26,17 +26,18 @@
)
</update>
<select id="selectNoticeParameterByCodes" resultType="com.adc.da.dto.reqDTO.CheckMenuManagementReqDTO" parameterType="java.util.List">
SELECT DISTINCT PARAMETER_SEQ AS parameterCodeOne,
PARAMETER_NAME AS parameterName
FROM CHECK_BULLETIN_DATA_PARAMETER
SELECT DISTINCT
CNAME AS parameterName
FROM NERDS.GG_DATA_DETAIL
WHERE 1=1
AND PARAMETER_SEQ in
<foreach item="id" collection="codes" open="(" separator=","
close=")" index="index">
#{id}
</foreach>
OR
PARAMETER_NAME in
AND
<!-- PARAMETER_SEQ in-->
<!-- <foreach item="id" collection="codes" open="(" separator=","-->
<!-- close=")" index="index">-->
<!-- #{id}-->
<!-- </foreach>-->
<!-- OR-->
CNAME in
<foreach item="id" collection="codes" open="(" separator=","
close=")" index="index">
#{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