|
|
@@ -580,7 +580,7 @@
|
|
|
and p.release_date <![CDATA[ <= ]]> #{endDate,jdbcType=TIMESTAMP}
|
|
|
</if>
|
|
|
<if test="provinceId !=null">
|
|
|
- and p.province=#{province,jdbcType=INTEGER}
|
|
|
+ and p.province=#{provinceId,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="city !=null">
|
|
|
and p.city=#{city,jdbcType=VARCHAR}
|