This commit is contained in:
邹宗楠
2023-10-11 11:42:27 +08:00
parent 553a226cba
commit 72f0b2358a
5 changed files with 19 additions and 4 deletions

View File

@@ -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 {