...
|
...
|
@@ -375,6 +375,7 @@ func (service OrderService) UpdateOrderReal(command command.UpdateOrderRealComma |
|
|
"salesmanBonusPercent": command.SalesmanBonusPercent,
|
|
|
"orderStatus": command.OrderStatus,
|
|
|
"orderType": domain.OrderReal,
|
|
|
"reason": command.Reason,
|
|
|
})
|
|
|
if err != nil {
|
|
|
return lib.ThrowError(lib.BUSINESS_ERROR, err.Error())
|
...
|
...
|
|