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