|
@@ -78,7 +78,7 @@ namespace MySystem
|
|
merchant.Status = 1;
|
|
merchant.Status = 1;
|
|
merchant.SeoKeyword = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
|
|
merchant.SeoKeyword = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
|
|
}
|
|
}
|
|
- else if(Kind == 2)
|
|
|
|
|
|
+ else if(Kind == 2 && pos.BrandId != 2)
|
|
{
|
|
{
|
|
pos.DownFeeFlag = 1;
|
|
pos.DownFeeFlag = 1;
|
|
pos.DownFeeMan = OpMan;
|
|
pos.DownFeeMan = OpMan;
|
|
@@ -89,7 +89,7 @@ namespace MySystem
|
|
}
|
|
}
|
|
db.SaveChanges();
|
|
db.SaveChanges();
|
|
pos.QueryCount = Kind;
|
|
pos.QueryCount = Kind;
|
|
- if(Kind > 1) //只有调降发消息
|
|
|
|
|
|
+ if(Kind > 1 && pos.BrandId != 2) //只有调降发消息
|
|
{
|
|
{
|
|
if(userPosList.ContainsKey(pos.BuyUserId))
|
|
if(userPosList.ContainsKey(pos.BuyUserId))
|
|
{
|
|
{
|