Commit db92591c25365fbcff2ad4c50c33f44266bf9209

Authored by 张志伟
1 parent 5a2050c9

:bug: fix(*): 保有客池查询bug修复

- 保有客池查询bug修复
fw-valhalla-dao/src/main/resources/mapper/StammkundePoolMapper.xml
... ... @@ -65,7 +65,6 @@
65 65 <foreach collection="condition.shopIds" item="id" index="index" open="(" close=")" separator=",">
66 66 #{id}
67 67 </foreach>
68   - and t1.reason not in (99, 10, 9)
69 68 </if>
70 69 <if test="condition.activationTime !=null">
71 70 and t1.activation_time &lt;= #{condition.activationTime}
... ...