SUPPORT-9339: Fix
This commit is contained in:
parent
497202e686
commit
e6f0fb3587
1 changed files with 2 additions and 2 deletions
|
|
@ -388,7 +388,7 @@ public class EmployeeInfoFileUploadService {
|
|||
FileStatus packInfo = new FileStatus();
|
||||
packInfo.setCode(MCHD_INVALID.getCode());
|
||||
packInfo.setStatus("Некорректная МЧД");
|
||||
packInfo.setDescription("Проверка МЧД не пройдена");
|
||||
packInfo.setDescription("Неуспешная проверка МЧД");
|
||||
|
||||
interactionService.updateStatus(fileInfo.getFileId(), packInfo.getStatus(), ervuId);
|
||||
FileInfo[] fileInfos;
|
||||
|
|
@ -644,7 +644,7 @@ public class EmployeeInfoFileUploadService {
|
|||
FileStatus packInfo = new FileStatus();
|
||||
packInfo.setCode(SIGN_INVALID.getCode());
|
||||
packInfo.setStatus("Некорректная ЭП");
|
||||
packInfo.setDescription("Не пройдена проверка ЭП");
|
||||
packInfo.setDescription("Неуспешная проверка ЭП");
|
||||
signFileInfo.setFileStatus(packInfo);
|
||||
|
||||
interactionService.updateStatus(fileInfo.getFileId(), packInfo.getStatus(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue