待办中心-认证参数-待办标记bug修改

This commit is contained in:
liyawei
2022-11-04 09:05:36 +08:00
parent 20f5e1e683
commit 9469cd06e1
@@ -49,8 +49,8 @@
<select id="countState" resultType="java.lang.Integer">
select count(1) from params_collect_manifest
where params_manifest_id = ${manifestId} and id not in(
select id from params_collect_manifest where params_manifest_id = ${manifestId} and state in('7','8')
where params_manifest_id = #{manifestId} and id not in(
select id from params_collect_manifest where params_manifest_id = #{manifestId} and state in('7','8')
)
</select>
</mapper>