魏超 5 lat temu
rodzic
commit
b7d98d2b38

+ 1
- 0
src/main/resources/mapper/TaPersonVisitRecordMapper.xml Wyświetl plik

@@ -177,6 +177,7 @@
177 177
             left join ta_building_dynamic tbd on t.be_share = tbd.dynamic_id
178 178
             left join ta_person c on t.person_id = c.person_id
179 179
             where 1=1
180
+                and t.tagert_type != 'consultant'
180 181
             <if test="orgId != null and orgId != ''">
181 182
                 and c.org_id = #{orgId}
182 183
             </if>