美之高 二开
This commit is contained in:
parent
01774338b2
commit
5c80acfd73
|
|
@ -54,7 +54,7 @@ public class SalarySobCycleBO {
|
|||
salarySobCycleDTO.setAttendCycleEndDate(attendCycle.getEndDate());
|
||||
|
||||
BaseBean baseBean = new BaseBean();
|
||||
String hideEdit = baseBean.getPropValue("mzgSalaryReport", "hide_edit_buttom");
|
||||
String hideEdit = baseBean.getPropValue("mzgSalaryReport", "hide_edit_button");
|
||||
salarySobCycleDTO.setHideEdit(StringUtils.isNotBlank(hideEdit) && "true".equals(hideEdit));
|
||||
return salarySobCycleDTO;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@ public class SalaryApprovalRuleServiceImpl extends Service implements SalaryAppr
|
|||
salaryApprovalDTO.setCanEdit(getRecordIsCanEdit(acctRecordPO));
|
||||
|
||||
BaseBean baseBean = new BaseBean();
|
||||
String hideEdit = baseBean.getPropValue("mzgSalaryReport", "hide_edit_buttom");
|
||||
String hideEdit = baseBean.getPropValue("mzgSalaryReport", "hide_edit_button");
|
||||
salaryApprovalDTO.setHideEdit(StringUtils.isNotBlank(hideEdit) && "true".equals(hideEdit));
|
||||
return salaryApprovalDTO;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue