Commit b0a22d3e13749f1b70e9477af6f1f4eba5982c0b

Authored by 张志伟
1 parent 4b8375af

:sparkles: feat(*): bug修复

- bug修复
fw-shirasawa-dao/src/main/resources/mapper/FollowRecordMapper.xml
... ... @@ -100,6 +100,7 @@
100 100 <where>
101 101 and t1.yn = 1
102 102 and t1.add_todo = 1
  103 + and t1.ignore_report != 1
103 104 <if test="condition.bizType !=null">
104 105 and t1.biz_type = #{condition.bizType}
105 106 </if>
... ... @@ -194,6 +195,7 @@
194 195 <where>
195 196 and t1.yn = 1
196 197 and t1.add_todo = 1
  198 + and t1.ignore_report != 1
197 199 <if test="condition.bizType !=null">
198 200 and t1.biz_type = #{condition.bizType}
199 201 </if>
... ...