From 58aae25cab5f51c300d00f849eb441731e1ba184 Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 14 Nov 2022 14:51:57 +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/supply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/service/audit/supply.go b/customer/service/audit/supply.go index bcaed84..3113f90 100644 --- a/customer/service/audit/supply.go +++ b/customer/service/audit/supply.go @@ -12,7 +12,7 @@ type ArgsSupplyApply struct { ApplyUserId uint // 申请人id CustomerId uint // 客户id RateId uint // 费率id - ExpirationAt int64 // 到期时间 + ExpirationAt string // 到期时间 Enclosure string // 附件 }