From b6b0cca1863c2ca0c6c3df68ebddad5de827bf7e Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 23 八月 2024 09:43:20 +0800
Subject: [PATCH] 制程陷阱测试趋势图、PPM绩效趋势图报表调用方法新增,单位换算同步调用方法修改
---
WebAPI/Controllers/数据同步/钉钉同步/DD_DataSynchronizationController.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git "a/WebAPI/Controllers/\346\225\260\346\215\256\345\220\214\346\255\245/\351\222\211\351\222\211\345\220\214\346\255\245/DD_DataSynchronizationController.cs" "b/WebAPI/Controllers/\346\225\260\346\215\256\345\220\214\346\255\245/\351\222\211\351\222\211\345\220\214\346\255\245/DD_DataSynchronizationController.cs"
index e9993f7..cc3e713 100644
--- "a/WebAPI/Controllers/\346\225\260\346\215\256\345\220\214\346\255\245/\351\222\211\351\222\211\345\220\214\346\255\245/DD_DataSynchronizationController.cs"
+++ "b/WebAPI/Controllers/\346\225\260\346\215\256\345\220\214\346\255\245/\351\222\211\351\222\211\345\220\214\346\255\245/DD_DataSynchronizationController.cs"
@@ -1530,9 +1530,9 @@
oItem.HDept = response.Result[i].FieldDataList[index].FieldValueList[0].Value;
}
- if (fieldNameList.IndexOf("宸ラ緞锛堢郴缁熻绠楋級") >= 0)
+ if (fieldNameList.IndexOf("鍙搁緞锛堢郴缁熻绠楋級") >= 0)
{
- int index = fieldNameList.IndexOf("宸ラ緞锛堢郴缁熻绠楋級");
+ int index = fieldNameList.IndexOf("鍙搁緞锛堢郴缁熻绠楋級");
oItem.HWorkAge = response.Result[i].FieldDataList[index].FieldValueList[0].Value;
}
--
Gitblit v1.9.1