瀏覽代碼

专家来源修改

liliang4869 7 年之前
父節點
當前提交
3d7b5ef3fe
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/main/java/com/goafanti/common/mapper/UserIdentityMapper.xml

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