소스 검색

Merge branch 'feature/v1.0.10' of moapp/jyOrder into master

xuzhiheng 1 년 전
부모
커밋
dcbe5b8a7b
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