|
|
@@ -313,8 +313,8 @@
|
|
|
<if test="serialNumber !=null">
|
|
|
and c.serialNumber = #{serialNumber,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
- <if test="contractId !=null">
|
|
|
- and c.id = #{contractId,jdbcType=VARCAHR}
|
|
|
+ <if test="id !=null">
|
|
|
+ and c.id = #{id,jdbcType=VARCAHR}
|
|
|
</if>
|
|
|
<if test="type !=null">
|
|
|
and c.type = #{type,jdbcType=INTEGER}
|