xuzhiheng 1 年之前
父节点
当前提交
7cb8bebac6
共有 1 个文件被更改,包括 1 次插入0 次删除
  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