|
@@ -98,10 +98,10 @@ public class OfficialDocumentReceivedController {
|
|
|
|
|
|
|
|
if(officialDocumentReceived.getHandleDutyUserId() != null){
|
|
if(officialDocumentReceived.getHandleDutyUserId() != null){
|
|
|
User handleDutyUser = userService.getById(officialDocumentReceived.getHandleDutyUserId());
|
|
User handleDutyUser = userService.getById(officialDocumentReceived.getHandleDutyUserId());
|
|
|
- if(){
|
|
|
|
|
-
|
|
|
|
|
|
|
+ if(handleDutyUser != null){
|
|
|
|
|
+ bean.setHandleDutyUserName(handleDutyUser.getName());
|
|
|
}
|
|
}
|
|
|
- bean.setHandleDutyUserName(handleDutyUser.getName());
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
List<User> userList = userService.list(
|
|
List<User> userList = userService.list(
|