| | |
| | | int sum = 0; |
| | | List<ApplyListDto> applyList = new ArrayList<>(); |
| | | SysUser applyPersonInfo = sysUserService.getUser(userId); |
| | | if (applyPersonInfo == null) { |
| | | FacesUtils.warn("申领人不存在或者申领人部门被删除。"); |
| | | return; |
| | | } |
| | | printTable.put("head", instituteName); |
| | | printTable.put("title", "领用单"); |
| | | printTable.put("applyPerson", applyPersonInfo.getName()); |
| | |
| | | printTable = new Hashtable(); |
| | | List<ApplyListDto> applyList = new ArrayList<>(); |
| | | SysUser applyPersonInfo = sysUserService.getUser(userId); |
| | | if (applyPersonInfo == null) { |
| | | FacesUtils.warn("申领人不存在或者申领人部门被删除。"); |
| | | return; |
| | | } |
| | | printTable.put("head", instituteName); |
| | | printTable.put("title", "领用单"); |
| | | printTable.put("applyPerson", applyPersonInfo.getName()); |