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