Commit 25ae2e6c32f7552aac65925a70b252685bf3b1cd

Authored by 张志伟
1 parent 34b20e3a

bug 修复

fw-valhalla-dao/src/main/resources/mapper/FollowClueMapper.xml
... ... @@ -3,7 +3,7 @@
3 3 <mapper namespace="cn.fw.valhalla.dao.mapper.FollowClueMapper">
4 4 <select
5 5 id="clueList"
6   - resultType="cn.fw.valhalla.domain.dto.CustomerCluePoolDTO"
  6 + resultType="cn.fw.valhalla.domain.dto.FollowClueDTO"
7 7 parameterType="cn.fw.valhalla.domain.query.CustomerCluePoolQueryVO"
8 8 >
9 9 SELECT t2.id customer_id,
... ...