...
|
...
|
@@ -1065,7 +1065,7 @@ func (service OrderInfoService) UpdateBonusByGoodNumber(orderId int64, goodId in |
|
|
})
|
|
|
err = orderBonuSrv.UpdateBounsByGoodNumber(orderId, adminId, goodId, goodNumber, reason)
|
|
|
if err != nil {
|
|
|
return lib.ThrowError(lib.INTERNAL_SERVER_ERROR, err.Error())
|
|
|
return err
|
|
|
}
|
|
|
err = transactionContext.CommitTransaction()
|
|
|
if err != nil {
|
...
|
...
|
|