This commit is contained in:
苏尹岚
2021-04-16 14:42:54 +08:00
parent 1b3c71f470
commit 809c046994
3 changed files with 12 additions and 0 deletions

View File

@@ -1268,6 +1268,7 @@ func (c *OrderManager) AmendMissingOrders(ctx *jxcontext.Context, vendorIDs []in
if order.VendorStoreID == "2391979" {
return retVal, err
}
isDuplicated, err2 := c.SaveOrder(order, false, dao.GetDB())
if err2 == nil && !isDuplicated {
retVal = []int{1}