Commit 35e78c4850301124c1491d436a60ef371fae01ad

Authored by 张志伟
1 parent 40eda099

feature(*): 修复跟进池查询问题

- 修复跟进池查询问题
fw-valhalla-dao/src/main/resources/mapper/ClueTaskMapper.xml
... ... @@ -29,7 +29,7 @@
29 29 t1.close_time close_time,
30 30 t1.reason initiative,
31 31 t1.version version,
32   - t1.group_id group_id
  32 + t1.group_id group_id,
33 33 t1.`version` `version`
34 34 FROM clue_task t1
35 35 left join follow_clue t6 on t1.clue_id=t6.id
... ...