anderx 7 år sedan
förälder
incheckning
8c09523700
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/main/java/com/goafanti/common/mapper/PolicyMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/PolicyMapper.xml

@@ -614,7 +614,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>
   </select>
 </mapper>