添加字段

This commit is contained in:
zt
2025-03-04 09:20:36 +08:00
parent f7b617df1f
commit f3dd1096b7
3 changed files with 7 additions and 2 deletions

View File

@ -68,4 +68,7 @@ public class BgtWageApplicationDetailVO {
@ApiModelProperty("备注")
private String remark;
@ApiModelProperty("审核状态1审核中 2已审核 3未审核")
private String auditStatus;
}

View File

@ -47,5 +47,6 @@ public class BgtWageApplicationVO {
@ApiModelProperty("任务地址")
private String taskAddress;
@ApiModelProperty("审核状态1审核中 2已审核 3未审核")
private String auditStatus;
}

View File

@ -33,7 +33,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
bwa.create_time,
bwa.id,
bwa.username,
bwa.project_name
bwa.project_name,
bwa.audit_status
from bgt_wage_application bwa
<where>
<if test="dto.userId != null ">