| | |
| | | public boolean addProgramFile(LEDProgramFileParam param) { |
| | | LEDProgramFile file = new LEDProgramFile(); |
| | | BeanUtils.copyProperties(param, file); |
| | | if (SecurityUtils.getClientId() != null) { |
| | | file.setUserId(SecurityUtils.getUserId()); |
| | | file.setUserName(SecurityUtils.getUsername()); |
| | | if (clientService.findClientId()) { |
| | | file.setClientId(clientService.getClientId()); |
| | | } |
| | | |
| | | file.setUserId(SecurityUtils.getUserId()); |
| | | file.setUserName(SecurityUtils.getUsername()); |
| | | if (clientService.findClientId()) { |
| | | file.setClientId(clientService.getClientId()); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 诺瓦文件新增 日志记录开始 |
| | | */ |