From 27dba776cbd4481e538f59c8a6589dda94ce1579 Mon Sep 17 00:00:00 2001 From: sian Date: Wed, 24 Aug 2022 15:27:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customer/service/audit.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/customer/service/audit.go b/customer/service/audit.go index 553b5b1..24333c9 100644 --- a/customer/service/audit.go +++ b/customer/service/audit.go @@ -11,8 +11,9 @@ type audit struct { audit2.Audit } type AuditSearch struct { - Status uint // 审核状态 1=未审核 2=通过 3=驳回 - Name string // 用户名称 + ApplyUserId uint // 申请人 + Status uint // 审核状态 1=未审核 2=通过 3=驳回 + Name string // 用户名称 } type ArgsAuditLists struct { Search AuditSearch // 筛选