钱智,版本

This commit is contained in:
钱涛 2025-11-24 17:17:08 +08:00
parent dcd37b9ad3
commit 9326c77f5d
2 changed files with 4 additions and 1 deletions

View File

@ -36,4 +36,6 @@ public class SalaryAcctRecordFormDTO {
//周期提示信息
private SalarySobCycleDTO cycleInfo;
private String msg;
}

View File

@ -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<>();