@@ -98,6 +98,9 @@ public class OfficialDocumentReceivedController {
if(officialDocumentReceived.getHandleDutyUserId() != null){
User handleDutyUser = userService.getById(officialDocumentReceived.getHandleDutyUserId());
+ if(){
+
+ }
bean.setHandleDutyUserName(handleDutyUser.getName());
}