|
@@ -68,7 +68,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
//盟主创客编号
|
|
//盟主创客编号
|
|
|
if (!string.IsNullOrEmpty(LeaderIdMakerCode))
|
|
if (!string.IsNullOrEmpty(LeaderIdMakerCode))
|
|
|
{
|
|
{
|
|
|
- condition += " and LeaderUserId in (select UserId from UserForRealName where RealName='" + LeaderIdMakerCode + "')";
|
|
|
|
|
|
|
+ condition += " and LeaderUserId in (select UserId from UserForMakerCode where MakerCode='" + LeaderIdMakerCode + "')";
|
|
|
}
|
|
}
|
|
|
//兑换码
|
|
//兑换码
|
|
|
if (!string.IsNullOrEmpty(ExchangeCode))
|
|
if (!string.IsNullOrEmpty(ExchangeCode))
|