This commit is contained in:
richboo111
2023-10-10 09:57:05 +08:00
parent aac7124795
commit 3147e87673
2 changed files with 4 additions and 4 deletions

View File

@@ -574,5 +574,5 @@ func (c *PurchaseHandler) UpdateStoreLineStatus(ctx *jxcontext.Context, vendorOr
//} else {
// err = getAPI(vendorOrgCode, storeID, vendorStoreID).PoiOffline(vendorStoreID)
//}
return err
return nil
}