添加字段

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

@ -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 ">