This commit is contained in:
邹宗楠
2022-11-07 18:39:59 +08:00
parent c1a4797932
commit 3ab6528e60
9 changed files with 0 additions and 16 deletions

View File

@@ -71,7 +71,6 @@ func (p *PurchaseHandler) getStatusFromVendorStatus(vendorStatus int64) int {
}
func (c *PurchaseHandler) Map2Order(orderData map[string]interface{}) (order *model.GoodsOrder) {
globals.SugarLogger.Debugf("Map2Order=====:%s", utils.Format4Output(orderData, false))
order, _, _ = c.getOrder(orderData["VendorOrgCode"].(string), orderData["vendorOrderID"].(string), "")
return order
}