瀏覽代碼

update policyList

anderx 7 年之前
父節點
當前提交
63f80511e0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/goafanti/common/mapper/PolicyMapper.xml

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

@@ -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}