From eb858e6be89e639a997d03deee816dc7970af248 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 23 十月 2025 16:57:47 +0800
Subject: [PATCH] 调整 客户、供应商、物料、部门、仓库 基础资料 公有云 调用WEBAPI 同步方式
---
WebAPI/Controllers/BaseSet/Gy_CustomerController.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/WebAPI/Controllers/BaseSet/Gy_CustomerController.cs b/WebAPI/Controllers/BaseSet/Gy_CustomerController.cs
index 29d1faa..5ddbc7e 100644
--- a/WebAPI/Controllers/BaseSet/Gy_CustomerController.cs
+++ b/WebAPI/Controllers/BaseSet/Gy_CustomerController.cs
@@ -1284,7 +1284,7 @@
// };
{
FormId = "BD_Customer",
- FieldKeys = "FCUSTID,FNUMBER,FNAME,FFORBIDDERID,FCREATEDATE,FCREATEORGID,FUSEORGID",
+ FieldKeys = "FMASTERID,FNUMBER,FNAME,FFORBIDDERID,FCREATEDATE,FCREATEORGID,FUSEORGID",
FilterString = $@"FNumber='{Number}' AND FUseOrgID={HUseOrgID}",
OrderString = "",
TopRowCount = 0,
@@ -1322,7 +1322,7 @@
{
objJsonResult.code = "0";
objJsonResult.count = 0;
- objJsonResult.Message = "閲戣澏瀹㈡埛鍚屾澶辫触锛屼娇鐢ㄧ粍缁囧搴旂殑鍗曟嵁鍙蜂笉瀛樺湪";
+ objJsonResult.Message = "閲戣澏瀹㈡埛鍚屾澶辫触锛屼娇鐢ㄧ粍缁囧搴旂殑瀹㈡埛浠g爜涓嶅瓨鍦�";
objJsonResult.data = null;
return objJsonResult;
}
--
Gitblit v1.9.1