From 37f079c62dfc29811858ab2846c21483f9ad4fd3 Mon Sep 17 00:00:00 2001 From: kongyuebin Date: Sun, 8 May 2022 16:51:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boss/service/addService.go | 1 + 1 file changed, 1 insertion(+) diff --git a/boss/service/addService.go b/boss/service/addService.go index 6025590..8790d47 100644 --- a/boss/service/addService.go +++ b/boss/service/addService.go @@ -894,6 +894,7 @@ func (c *AddService) AddPayFor(merchantUid, bankUid, payForAmount, bankNo, accou BankAccountType: bankInfo.BankAccountType, BankAccountAddress: bankAddress, Status: common.PAYFOR_COMFRIM, + RequestTime: utils.GetBasicDateTime(), CreateTime: utils.GetBasicDateTime(), UpdateTime: utils.GetBasicDateTime(), }