Browse Source

pudate BUG

anderx 7 years ago
parent
commit
8c09523700
1 changed files with 1 additions and 1 deletions
  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>