Browse Source

修改bug.

zhangfufeng 2 weeks ago
parent
commit
6997e3c6f7
1 changed files with 1 additions and 1 deletions
  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>