From 8fca6762d0d0bc431cf69ea8e6bcf5dbbcae264b Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期日, 12 十一月 2023 22:42:16 +0800 Subject: [PATCH] 销售订单:根据客户带出联系人、联系电话 --- WebAPI/Controllers/XSGL/Xs_SeOrderBillController.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/WebAPI/Controllers/XSGL/Xs_SeOrderBillController.cs b/WebAPI/Controllers/XSGL/Xs_SeOrderBillController.cs index 8f2d331..a078e77 100644 --- a/WebAPI/Controllers/XSGL/Xs_SeOrderBillController.cs +++ b/WebAPI/Controllers/XSGL/Xs_SeOrderBillController.cs @@ -1797,6 +1797,9 @@ ,cur.HName HCurName ,cur.HExchangeRate HExRate ,c.HTaxRate + ,c.HLinkMan + ,c.HLinkPhone + ,c.HMobilePhone ,ISNULL(cre.HCreditRating_Now,0) HCreditRating_Now from Gy_Customer as c left join Gy_SettleStyle as s on c.HSSID = s.HItemID -- Gitblit v1.9.1