소스 검색

修改bug.

zhangfufeng 2 주 전
부모
커밋
6997e3c6f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mybatis/mapper/jz/JzbmLeadMapper.xml

+ 1 - 1
src/main/resources/mybatis/mapper/jz/JzbmLeadMapper.xml

@@ -326,6 +326,6 @@
   <select id="selectByCustomerTelAndServiceModel" resultType="int">
     select count(1) from jlife_nurse.jzbm_lead where customer_tel = #{customerTel,jdbcType=VARCHAR}
     and service_city = #{serviceCity,jdbcType=INTEGER}
-    and (state in (1,2,6)  or (state =4 and create_time >=now() - interval  3 month ))
+    and (state in (1,2,6)  or (state =4 and create_time >=now() - interval  7 day ))
     </select>
 </mapper>