From e4863bf3bd49b35dfc08baeeaf05351c0f5f226c Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 19 八月 2024 13:54:27 +0800
Subject: [PATCH] 1
---
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