소스 검색

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}