aa
This commit is contained in:
@@ -623,7 +623,7 @@ func (p *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
|
|||||||
brands, err := dao.GetBrands(db, "", storeDetail.BrandID)
|
brands, err := dao.GetBrands(db, "", storeDetail.BrandID)
|
||||||
brand := brands[0]
|
brand := brands[0]
|
||||||
param := make(map[string]interface{})
|
param := make(map[string]interface{})
|
||||||
param["shop_id"] = storeID
|
param["shop_id"] = utils.Int2Str(storeID)
|
||||||
if strings.Contains(brand.Name, "京西到家") {
|
if strings.Contains(brand.Name, "京西到家") {
|
||||||
param["name"] = storeDetail.Name
|
param["name"] = storeDetail.Name
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user