aa
This commit is contained in:
@@ -62,9 +62,10 @@ type StoreDetail struct {
|
||||
MtwmToken string `json:"mtwmToken"`
|
||||
EbaiSupplierID string `json:"ebaiSupplierID"`
|
||||
|
||||
BrandName string `json:"brandName"` //品牌信息
|
||||
BrandLogo string `json:"brandLogo"`
|
||||
BrandIsOpen int `json:"brandIsOpen"`
|
||||
BrandName string `json:"brandName"` //品牌信息
|
||||
BrandLogo string `json:"brandLogo"`
|
||||
BrandIsOpen int `json:"brandIsOpen"`
|
||||
BrandIsPrint int `json:"brandIsPrint"`
|
||||
}
|
||||
|
||||
// 带快递门店信息的
|
||||
@@ -124,7 +125,8 @@ func getStoreDetail(db *DaoDB, storeID, vendorID int, vendorStoreID, vendorOrgCo
|
||||
IF(om3.name <> '', om3.name, om3.user_id2) operator_name3,
|
||||
b.name brand_name,
|
||||
b.logo brand_logo,
|
||||
b.is_open brand_is_open
|
||||
b.is_open brand_is_open,
|
||||
b.is_print brand_is_print
|
||||
FROM store t1
|
||||
LEFT JOIN store_map t2 ON t1.id = t2.store_id AND t2.vendor_id = ? AND t2.deleted_at = ?
|
||||
LEFT JOIN place city ON city.code = t1.city_code
|
||||
|
||||
Reference in New Issue
Block a user