查询问题

This commit is contained in:
2026-06-10 13:08:53 +08:00
parent fcc2e298b2
commit 5d9de2ddea
3 changed files with 7 additions and 6 deletions
@@ -246,7 +246,7 @@
and CONTRACT_CODE like CONCAT(CONCAT('%', #{query.contractCode}), '%')
</if>
<if test="query.contractType != null and query.contractType != ''">
and CONTRACT_TYPE = #{query.contractType}
and CONTRACT_TYPE_CODE = #{query.contractType}
</if>
<if test="query.status != null and query.status != ''">
and STATUS = #{query.status}