anderx %!s(int64=7) %!d(string=hai) anos
pai
achega
8c09523700
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>