Browse Source

客户档案新增筛选与字段

anderx 1 year ago
parent
commit
d132842865
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/goafanti/common/mapper/UserArchivesMapper.xml

+ 1 - 0
src/main/java/com/goafanti/common/mapper/UserArchivesMapper.xml

@@ -312,6 +312,7 @@ interview_distribution = values(interview_distribution)
         from user a
         left join organization_identity b on a.id =b.uid
         left join user_mid d on a.id =d.uid
+        left join user_archives e on a.id =e.uid
         <where>
             <if test="newChannel !=null">
                 and a.new_channel = #{newChannel}