feat: 保存更新判断薪资档案引用
This commit is contained in:
parent
fdf343dbbd
commit
e99abfddcd
|
|
@ -182,7 +182,9 @@ public class SalaryFieldWrapper extends Service {
|
|||
*/
|
||||
public void update(SalaryItemSaveParam saveParam) {
|
||||
saveParam.setValueType(SalaryValueTypeEnum.INPUT.getValue());
|
||||
saveParam.setUseInEmployeeSalary(NumberUtils.INTEGER_ONE);
|
||||
if (null == saveParam.getUseInEmployeeSalary()) {
|
||||
saveParam.setUseInEmployeeSalary(NumberUtils.INTEGER_ONE);
|
||||
}
|
||||
saveParam.setSystemType(SalarySystemTypeEnum.CUSTOM.getValue());
|
||||
|
||||
ValidUtil.doValidator(saveParam, RuntimeTypeEnum.UPDATE);
|
||||
|
|
|
|||
Loading…
Reference in New Issue