From 48474cf62d2b17968d5c9e416cc48c01705f5860 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期六, 30 三月 2024 11:12:00 +0800
Subject: [PATCH] aps获取销售明细单

---
 proto/crm_aps/server.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/proto/crm_aps/server.go b/proto/crm_aps/server.go
index c88b98e..4105d00 100644
--- a/proto/crm_aps/server.go
+++ b/proto/crm_aps/server.go
@@ -131,6 +131,7 @@
 			ProductTotal: total.IntPart(),
 			ProjectId:    req.ProjectId,
 			Products:     products,
+			DeliverType:  int64(detail.DeliverType),
 		})
 		if err != nil {
 			//鐘舵�佽繕鍘�

--
Gitblit v1.8.0