Sfoglia il codice sorgente

客户档案新增筛选与字段

anderx 1 anno fa
parent
commit
d132842865

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

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