1
This commit is contained in:
@@ -94,9 +94,10 @@ namespace Mtxfw.DAL
|
||||
#endregion
|
||||
|
||||
///如果热卖推荐且符合条件更新自己的等级
|
||||
if(ttype == 0)
|
||||
var uplevel = 0;
|
||||
if (ttype == 0)
|
||||
{
|
||||
var uplevel = UpdteSelfuLevel(gtype, umodel, config, ptype, pv);
|
||||
uplevel = UpdteSelfuLevel(gtype, umodel, config, ptype, pv);
|
||||
}
|
||||
|
||||
|
||||
@@ -950,11 +951,11 @@ namespace Mtxfw.DAL
|
||||
var BZContent = "";//备注
|
||||
if (ttype == 0)
|
||||
{
|
||||
BZContent = "热卖商品批发差价"
|
||||
BZContent = "热卖商品批发差价";
|
||||
}
|
||||
else
|
||||
{
|
||||
BZContent = "商城商品批发差价"
|
||||
BZContent = "商城商品批发差价";
|
||||
}
|
||||
//当前奖金比例
|
||||
Double fixed_bonus = 0;
|
||||
@@ -962,11 +963,7 @@ namespace Mtxfw.DAL
|
||||
//热卖商品分配方案
|
||||
if (ttype == 0)
|
||||
{
|
||||
//直接推荐人获得业务佣金
|
||||
if (ContactLevel == YContactID)
|
||||
{
|
||||
var yjbl
|
||||
}
|
||||
|
||||
switch (ContactLevel)
|
||||
{
|
||||
case 1:
|
||||
@@ -1082,7 +1079,7 @@ namespace Mtxfw.DAL
|
||||
var Contactlevelname = Mtxfw.Utility.Common.GetuLevelname(ContactLevel); ;
|
||||
var BZContent = "业务佣金";//备注
|
||||
|
||||
Double fixed_bonus = 0//config.level3_fixed_bonus
|
||||
Double fixed_bonus = 0;//config.level3_fixed_bonus
|
||||
if (fixed_bonus > 0)
|
||||
{
|
||||
if (pv > 0)
|
||||
|
||||
Reference in New Issue
Block a user