可删除报送成功人员
This commit is contained in:
parent
73df953ae5
commit
9415dd8e71
|
|
@ -388,7 +388,7 @@ public class EmployeeDeclareServiceImpl extends Service implements EmployeeDecla
|
|||
}
|
||||
boolean declareSuccess = employeeDeclares.stream().anyMatch(e -> Objects.equals(e.getSuccessfullyDeclared(), 1));
|
||||
if (declareSuccess) {
|
||||
throw new SalaryRunTimeException(SalaryI18nUtil.getI18nLabel(156467, "报送成功过的人员不允许删除"));
|
||||
// throw new SalaryRunTimeException(SalaryI18nUtil.getI18nLabel(156467, "报送成功过的人员不允许删除"));
|
||||
}
|
||||
getEmployeeDeclareMapper().deleteByIds(ids, new Date());
|
||||
// 记录日志
|
||||
|
|
|
|||
Loading…
Reference in New Issue