1
This commit is contained in:
@@ -84,7 +84,7 @@ type Point struct {
|
||||
|
||||
// UpdateTxdStore 单独更新淘鲜达门店营业时间/状态 销售范围
|
||||
func UpdateTxdStore(store TxdStore, vendorOrgCode string) (err error) {
|
||||
a := getAPI(vendorOrgCode, 0, "")
|
||||
a := getAPI(vendorOrgCode, 0, store.TxdStoreID)
|
||||
errList := errlist.New()
|
||||
for _, v := range store.Flag {
|
||||
switch v {
|
||||
|
||||
Reference in New Issue
Block a user