魏超 5 anni fa
parent
commit
b7d98d2b38
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      src/main/resources/mapper/TaPersonVisitRecordMapper.xml

+ 1
- 0
src/main/resources/mapper/TaPersonVisitRecordMapper.xml Vedi File

@@ -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>