This commit is contained in:
richboo111
2023-09-05 11:29:14 +08:00
parent 78f1b2e37a
commit 6ca2fcbda0
2 changed files with 0 additions and 3 deletions

View File

@@ -482,6 +482,5 @@ func (c *PurchaseHandler) UpdateStoreLineStatus(ctx *jxcontext.Context, vendorOr
} else {
err = getAPI(vendorOrgCode, storeID, vendorStoreID).PoiOffline(vendorStoreID)
}
globals.SugarLogger.Debugf("UpdateStoreLineStatus err3333=%v", err)
return err
}