查询问题
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user