Commit 2a5a535976ef26c054087ab40d66554fb8e53641

Authored by 张志伟
2 parents ecf2a244 f23dcfe0

Merge remote-tracking branch 'origin/dev' into test

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
... ...