正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -1065,7 +1065,7 @@ func (service OrderInfoService) UpdateBonusByGoodNumber(orderId int64, goodId in | @@ -1065,7 +1065,7 @@ func (service OrderInfoService) UpdateBonusByGoodNumber(orderId int64, goodId in | ||
| 1065 | }) | 1065 | }) |
| 1066 | err = orderBonuSrv.UpdateBounsByGoodNumber(orderId, adminId, goodId, goodNumber, reason) | 1066 | err = orderBonuSrv.UpdateBounsByGoodNumber(orderId, adminId, goodId, goodNumber, reason) |
| 1067 | if err != nil { | 1067 | if err != nil { |
| 1068 | - return lib.ThrowError(lib.INTERNAL_SERVER_ERROR, err.Error()) | 1068 | + return err |
| 1069 | } | 1069 | } |
| 1070 | err = transactionContext.CommitTransaction() | 1070 | err = transactionContext.CommitTransaction() |
| 1071 | if err != nil { | 1071 | if err != nil { |
-
请 注册 或 登录 后发表评论