This commit is contained in:
gazebo
2019-03-12 21:11:18 +08:00
parent 9bfdb782bf
commit aeddf01cbd
2 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ func (c *OrderManager) OnOrderComments(orderCommentList []*model.OrderComment) (
comment2 := &legacymodel.JxBadComments{
OrderId: orderComment.VendorOrderID,
}
err := dao.GetEntity(db, &comment2, model.FieldVendoOrderID)
err := dao.GetEntity(db, comment2, model.FieldVendoOrderID)
if err == nil || dao.IsNoRowsError(err) {
isNewComment := false
if dao.IsNoRowsError(err) {