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)
|
||||
brand := brands[0]
|
||||
param := make(map[string]interface{})
|
||||
param["shop_id"] = storeID
|
||||
param["shop_id"] = utils.Int2Str(storeID)
|
||||
if strings.Contains(brand.Name, "京西到家") {
|
||||
param["name"] = storeDetail.Name
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user