aa
This commit is contained in:
@@ -571,6 +571,10 @@ func (p *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
|
||||
DeliveryRangeRadius: utils.Str2Int(storeDetail.DeliveryRange),
|
||||
StandByPhone: storeDetail.Tel1 + "," + "18048531223",
|
||||
}
|
||||
//彭州特殊处理
|
||||
if createParams.County == 310045 {
|
||||
createParams.City = 49318
|
||||
}
|
||||
result, err := getAPI(vendorOrgCode).CreateStore(createParams)
|
||||
if err != nil {
|
||||
return "", err
|
||||
|
||||
Reference in New Issue
Block a user