|
@@ -21,6 +21,11 @@ import org.apache.commons.lang3.StringUtils;
|
|
|
import java.util.*;
|
|
|
import java.util.concurrent.atomic.AtomicReference;
|
|
|
|
|
|
+/**
|
|
|
+ * 滴滴-同步组织
|
|
|
+ * @author wanghaiwu_kd
|
|
|
+ * @date 2025/06/16
|
|
|
+ */
|
|
|
public class DiDiTripOrgCusInvoke extends AbstractOrgInvoke<Set<JSONObject>> {
|
|
|
private static Log logger = LogFactory.getLog(DiDiTripOrgCusInvoke.class);
|
|
|
|
|
@@ -93,6 +98,8 @@ public class DiDiTripOrgCusInvoke extends AbstractOrgInvoke<Set<JSONObject>> {
|
|
|
signMap.put("type", type);
|
|
|
signMap.put("name", name);
|
|
|
signMap.put("out_budget_id", String.valueOf(out_budget_id));
|
|
|
+
|
|
|
+ //二开,增加上级同步
|
|
|
signMap.put("parent_id", String.valueOf(parent_id));
|
|
|
|
|
|
String signKey = (String)supplierMap.get("reservedfield1");
|