Commit 6e3912b3 by 徐高华

Merge branch 'feature/xgh/加好友申请标签' into 'master'

分配时间

See merge request !2314
parents 21019d0a a3c62e23
...@@ -330,6 +330,9 @@ public class HandoverOperationApiServiceImpl implements HandoverOperationApiServ ...@@ -330,6 +330,9 @@ public class HandoverOperationApiServiceImpl implements HandoverOperationApiServ
retList.forEach(dto -> { retList.forEach(dto -> {
TabHandoverTransfer mid = handoverTransferMap.get(dto.getStaffId()); TabHandoverTransfer mid = handoverTransferMap.get(dto.getStaffId());
dto.setFriendCount(mid.getExternalCount()); dto.setFriendCount(mid.getExternalCount());
if(null != mid.getUpdateTime()) {
dto.setUpdateTime(mid.getUpdateTime());
}
}); });
return retList; return retList;
......
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