This commit is contained in:
suyl
2021-04-26 18:03:48 +08:00
parent 334c174f67
commit bedf8f26b1

View File

@@ -202,7 +202,7 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
} }
} }
} }
_, err = getAPI("2").SubmitBasic(param) err = getAPI("2").UpdateBasic(param)
} }
return err return err
} }