1
This commit is contained in:
@@ -178,6 +178,9 @@ func (c *OrderManager) OnOrderComments(orderCommentList []*model.OrderComment) (
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
comment2.VendorOrderId = orderComment.VendorOrderID2
|
||||
_, err = dao.UpdateEntity(db, comment2, "VendorOrderId")
|
||||
}
|
||||
if err != nil {
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user