钱智,搜索

This commit is contained in:
钱涛 2025-11-21 11:10:16 +08:00
parent 624a3f8c46
commit d6e67b6e4a
3 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1 @@
ALTER TABLE hrsa_salary_acct_record ADD COLUMN msg text;

View File

@ -0,0 +1,2 @@
ALTER TABLE hrsa_salary_acct_record ADD msg text
GO

View File

@ -67,7 +67,7 @@ public class SalaryAcctRecordListDTO {
@TableTitle(title = "审批状态", dataIndex = "approvalStatus", key = "approvalStatus")
private String approvalStatus;
@TableTitle(title = "执行状态", dataIndex = "runStatus", key = "runStatus")
@TableTitle(title = "批量操作状态", dataIndex = "runStatus", key = "runStatus")
private String runStatus;
@TableTitle(title = "操作", dataIndex = "operate", key = "operate")