直营店始终按比例结算

This commit is contained in:
gazebo
2019-11-21 18:14:55 +08:00
parent 9dda86169b
commit 3a032c18cd
2 changed files with 11 additions and 6 deletions

View File

@@ -236,9 +236,9 @@ var (
StoreAuditStatusRejected: "拒绝",
}
StorePriceTypeName = map[int]string{
StoreChangePriceTypeDirect: "可直接改价",
StoreChangePriceTypeBossDisabled: "禁止改价",
StoreChangePriceTypeManagedStore: "直营门店",
StoreChangePriceTypeDirect: "普通门店",
StoreChangePriceTypeBossDisabled: "普通门店禁止改价",
StoreChangePriceTypeManagedStore: "直营门店禁止改价",
}
)