xuzhiheng hace 1 año
padre
commit
7cb8bebac6
Se han modificado 1 ficheros con 1 adiciones y 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,
 		EntId:             req.EntId,
 		SaleDep:           req.SaleDep,
+		SaleMoney:         req.SaleMoney,
 	})
 	if err != nil {
 		return nil, err