Commit bdd92808 by 徐高华

定制通讯录部门id

parent c3cab9fa
...@@ -570,7 +570,6 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ ...@@ -570,7 +570,6 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
}else { }else {
dealLog.setpDataId(dto.getParentid().toString()); dealLog.setpDataId(dto.getParentid().toString());
} }
dealLog.setpDataId(dto.getParentid().toString());
dealLog.setDataType(0); dealLog.setDataType(0);
dealLog.setStatusFlag(0); dealLog.setStatusFlag(0);
dealLog.setTaskId(taskId); dealLog.setTaskId(taskId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment