作者 唐旭辉

提交

@@ -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 {