Commit 2bab528003a5625bf584f1a5ff0d18e72a471d90

Authored by 张志伟
1 parent dc97475d

feature(*): 智能电话池sqlbug修复

- 智能电话池sqlbug修复
fw-shirasawa-dao/src/main/resources/mapper/SecretReportHistoryMapper.xml
... ... @@ -88,6 +88,7 @@
88 88 >
89 89 SELECT count(t1.id)
90 90 FROM secret_report_history t1
  91 + inner join follow_record t2 on t1.follow_record_id= t2.id
91 92 <where>
92 93 <if test="condition.groupId !=null">
93 94 and t1.group_id = #{condition.groupId}
... ...