| | |
| | | } |
| | | //文件名(窗口的名字) |
| | | String file_title = fse.getString("fileName"); |
| | | if (file_title == null) { |
| | | file_title = ""; |
| | | } else { |
| | | file_title = UnicodeUtil.toString(file_title); |
| | | FieldSetEntity fieldSetEntity = fileManagerService.getBaseDao().getFieldSetEntity("product_sys_attachments", fse.getString("uuid"), false); |
| | | if (!FieldSetEntity.isEmpty(fieldSetEntity)) { |
| | | file_title = fieldSetEntity.getString("file_name"); |
| | | } |
| | | // if (file_title == null) { |
| | | // file_title = ""; |
| | | // } else { |
| | | // file_title = UnicodeUtil.toString(file_title); |
| | | // } |
| | | SystemUser currentUser = SpringMVCContextHolder.getCurrentUser(); |
| | | // |
| | | Boolean allowNestRed = false; |