Commit cfdd6b9c by Huang Linyu

2360 -> 2380

parent 635d52cc
...@@ -1295,7 +1295,7 @@ public class UserExtDao extends GenericHibernateDao<UserExt, Integer> { ...@@ -1295,7 +1295,7 @@ public class UserExtDao extends GenericHibernateDao<UserExt, Integer> {
sql.append(" LEFT JOIN bsc_userext d ON b.recommendUid = d.UID"); sql.append(" LEFT JOIN bsc_userext d ON b.recommendUid = d.UID");
sql.append(" WHERE a.OrderCategory = 16 "); sql.append(" WHERE a.OrderCategory = 16 ");
sql.append(" AND a.ProcessStatus&16=16 AND b.activityId IN ("+activityId+")"); sql.append(" AND a.ProcessStatus&16=16 AND b.activityId IN ("+activityId+")");
sql.append("UNION "); sql.append(" UNION ");
sql.append(" SELECT a.customerMobile,a.saleMobile"); sql.append(" SELECT a.customerMobile,a.saleMobile");
sql.append(" FROM active_customer a WHERE productName = '"+productName+"' AND a.auditState&128<>128) p"); sql.append(" FROM active_customer a WHERE productName = '"+productName+"' AND a.auditState&128<>128) p");
sql.append(" LEFT JOIN bsc_userext q ON p.saleMobile =q.bindedmobilePhone"); sql.append(" LEFT JOIN bsc_userext q ON p.saleMobile =q.bindedmobilePhone");
......
...@@ -3280,7 +3280,7 @@ public class UserService { ...@@ -3280,7 +3280,7 @@ public class UserService {
} }
public List<RecommendRankBean> getRankingWys() { public List<RecommendRankBean> getRankingWys() {
List<RecommendRankBean> rankingList = userExtDao.getRankingByActivityId(10,"2360"); List<RecommendRankBean> rankingList = userExtDao.getRankingByActivityId(10,"2380");
return rankingList;} return rankingList;}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment