Commit c3cab9fa by 徐高华

定制通讯录部门id

parent 2234fc9d
...@@ -566,6 +566,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ ...@@ -566,6 +566,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
dealLog.setDataId(dto.getId().toString()); dealLog.setDataId(dto.getId().toString());
if(dto.getId().toString().equals(_id+"")) { if(dto.getId().toString().equals(_id+"")) {
dealLog.setpDataId("0"); dealLog.setpDataId("0");
dto.setParentid(0);
}else { }else {
dealLog.setpDataId(dto.getParentid().toString()); dealLog.setpDataId(dto.getParentid().toString());
} }
......
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