Sfoglia il codice sorgente

专家来源修改

liliang4869 7 anni fa
parent
commit
3d7b5ef3fe

+ 2 - 1
src/main/java/com/goafanti/common/mapper/UserIdentityMapper.xml

@@ -1057,7 +1057,8 @@
 				group by  seller_id ) o on t.uid=o.seller_id
 	where expert=1
 	and u.status !=1
-	and t.expert_audit =2
+	and t.expert_audit =2,
+	and u.source=0
 	order by u.update_time desc
 	limit #{0}
 	 </select>