xuzhiheng hai 1 ano
pai
achega
7cb8bebac6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      api/internal/logic/updateorderlogic.go

+ 1 - 0
api/internal/logic/updateorderlogic.go

@@ -91,6 +91,7 @@ func (l *UpdateOrderLogic) UpdateOrder(req types.Request) (*types.Response, erro
 		BuyCount:          req.BuyCount,
 		BuyCount:          req.BuyCount,
 		EntId:             req.EntId,
 		EntId:             req.EntId,
 		SaleDep:           req.SaleDep,
 		SaleDep:           req.SaleDep,
+		SaleMoney:         req.SaleMoney,
 	})
 	})
 	if err != nil {
 	if err != nil {
 		return nil, err
 		return nil, err