建店
This commit is contained in:
@@ -1533,9 +1533,9 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
|||||||
store := stores[0]
|
store := stores[0]
|
||||||
if store.Status != model.StoreStatusDisabled && !strings.Contains(store.Name, "不做") {
|
if store.Status != model.StoreStatusDisabled && !strings.Contains(store.Name, "不做") {
|
||||||
pricePercentagePack := ""
|
pricePercentagePack := ""
|
||||||
if store.PayPercentage > 90 {
|
if store.PayPercentage >= 90 {
|
||||||
pricePercentagePack = "京西100"
|
pricePercentagePack = "京西100"
|
||||||
} else if store.PayPercentage > 80 {
|
} else if store.PayPercentage >= 80 {
|
||||||
pricePercentagePack = "京西80"
|
pricePercentagePack = "京西80"
|
||||||
} else {
|
} else {
|
||||||
pricePercentagePack = "京西70"
|
pricePercentagePack = "京西70"
|
||||||
|
|||||||
Reference in New Issue
Block a user