Commit ef0347f6 by 杨树贤

履约等级判断

parent 700776c5
Showing with 2 additions and 1 deletions
...@@ -248,7 +248,8 @@ func (ls *LyService) GetIsBuy(sku model.LySku) (isBuy int) { ...@@ -248,7 +248,8 @@ func (ls *LyService) GetIsBuy(sku model.LySku) (isBuy int) {
if len(sku.LadderPrice) == 0 { if len(sku.LadderPrice) == 0 {
return return
} }
if sku.AbilityLevel == 0 {
if sku.AbilityLevel == 0 && sku.OrgId = 1 {
return return
} }
if sku.Stock == 0 { if sku.Stock == 0 {
......
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