删除档案开关bug
This commit is contained in:
parent
2735661b4a
commit
8cbc758131
|
|
@ -501,7 +501,7 @@ public class SalarySysConfServiceImpl extends Service implements SalarySysConfSe
|
|||
// 是否允许删除薪资、社保档案,默认不允许删除
|
||||
appSettingVO.setSalaryArchiveDelete("0");
|
||||
} else {
|
||||
appSettingVO.setSalaryArchiveDelete(salaryAcctEmployeeRule.getConfValue());
|
||||
appSettingVO.setSalaryArchiveDelete(salaryArchiveDeletePO.getConfValue());
|
||||
}
|
||||
|
||||
//默认加密开启
|
||||
|
|
|
|||
Loading…
Reference in New Issue