认证-参数清单-历史版本查询修改

This commit is contained in:
liyawei
2022-07-12 17:29:05 +08:00
parent beeaf81023
commit 97aeca04cd
@@ -48,7 +48,9 @@
<if test="paramsCollectManifestEO.paramsManifestId !=null and paramsCollectManifestEO.paramsManifestId !=''">
AND params_manifest_id = #{paramsCollectManifestEO.paramsManifestId}
</if>
<if test="paramsCollectManifestEO.state !=null and paramsCollectManifestEO.state !=''">
AND state = #{paramsCollectManifestEO.state}
</if>
</if>
</where>
</sql>