xuzhiheng 1 жил өмнө
parent
commit
7cb8bebac6

+ 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