钱智,版本
This commit is contained in:
parent
dcd37b9ad3
commit
9326c77f5d
|
|
@ -36,4 +36,6 @@ public class SalaryAcctRecordFormDTO {
|
|||
|
||||
//周期提示信息
|
||||
private SalarySobCycleDTO cycleInfo;
|
||||
|
||||
private String msg;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -230,7 +230,8 @@ public class SalaryAcctRecordWrapper extends Service implements SalaryAcctRecord
|
|||
.setSalarySobId(salarySobPO.getId())
|
||||
.setSalarySobName(salarySobPO.getName())
|
||||
.setSalaryMonth(SalaryDateUtil.localDate2YearMonth(salaryAcctRecordPO.getSalaryMonth()).toString())
|
||||
.setDescription(salaryAcctRecordPO.getDescription());
|
||||
.setDescription(salaryAcctRecordPO.getDescription())
|
||||
.setMsg(salaryAcctRecordPO.getMsg());
|
||||
}
|
||||
// 转换成前端所需的数据格式
|
||||
Map<String, Object> result = new HashMap<>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue