部门部分内容优化

This commit is contained in:
itzhang 2025-06-03 10:37:10 +08:00
parent 7aca31047a
commit 83e3616272

View File

@ -205,7 +205,7 @@ public class DeptController {
//判断部门是否在crm中存在 //判断部门是否在crm中存在
//请求封装 //请求封装
JSONObject deptIsExistReq = crmRequestUtil.getCRMList(Arrays.asList( JSONObject deptIsExistReq = crmRequestUtil.getCRMList(Arrays.asList(
new Filter("EQ", "name", Arrays.asList(deptName + "_")), new Filter("EQ", "name", Arrays.asList(deptName)),
new Filter("EQ", "field_v711K__c", Arrays.asList(parentDeptName)), new Filter("EQ", "field_v711K__c", Arrays.asList(parentDeptName)),
new Filter("EQ", "field_31u4r__c", Arrays.asList(parentDeptCode)) new Filter("EQ", "field_31u4r__c", Arrays.asList(parentDeptCode))
), "DepartmentObj"); ), "DepartmentObj");