Commit f23dcfe0d43025bd3a2111f309e501dae2a1a6ad

Authored by 张志伟
1 parent 2c9b5e82

:sparkles: 公共池排序bug修复

fw-valhalla-dao/src/main/resources/mapper/PublicCluePoolMapper.xml
... ... @@ -114,7 +114,7 @@
114 114 parameterType="cn.fw.valhalla.domain.query.PublicCluePoolQueryVO"
115 115 >
116 116 SELECT count(t1.id)
117   - FROM stammkunde_pool t1
  117 + FROM public_clue_pool t1
118 118 left join customer t2 on t1.customer_id = t2.id
119 119 left join customer_base_info t3 on t2.base_id = t3.id
120 120 left join customer_loan_info t4 on t2.frame_no = t4.frame_no and t2.group_id = t4.group_id
... ...