Commit a3c62e23 by 徐高华

分配时间

parent 9c550ff7
......@@ -328,6 +328,9 @@ public class HandoverOperationApiServiceImpl implements HandoverOperationApiServ
retList.forEach(dto -> {
TabHandoverTransfer mid = handoverTransferMap.get(dto.getStaffId());
dto.setFriendCount(mid.getExternalCount());
if(null != mid.getUpdateTime()) {
dto.setUpdateTime(mid.getUpdateTime());
}
});
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