Commit 5a2050c9ba17b8d8ac65d42ca95a03fd5f2987bd

Authored by 张志伟
1 parent 97886a43

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

- 保有客池查询bug修复
fw-valhalla-dao/src/main/resources/mapper/StammkundePoolMapper.xml
... ... @@ -112,6 +112,7 @@
112 112 </if>
113 113 <if test="condition.defeated !=null and condition.defeated == 1">
114 114 and t1.aktiv = 0
  115 + and t1.reason not in (99, 10, 9)
115 116 </if>
116 117 <if test="condition.defeated !=null and condition.defeated == 0">
117 118 and t1.aktiv = 1
... ...