修复bug

This commit is contained in:
kongyuebin 2022-05-08 16:51:53 +08:00
parent 4c1c03d5e1
commit 37f079c62d
1 changed files with 1 additions and 0 deletions

View File

@ -894,6 +894,7 @@ func (c *AddService) AddPayFor(merchantUid, bankUid, payForAmount, bankNo, accou
BankAccountType: bankInfo.BankAccountType, BankAccountType: bankInfo.BankAccountType,
BankAccountAddress: bankAddress, BankAccountAddress: bankAddress,
Status: common.PAYFOR_COMFRIM, Status: common.PAYFOR_COMFRIM,
RequestTime: utils.GetBasicDateTime(),
CreateTime: utils.GetBasicDateTime(), CreateTime: utils.GetBasicDateTime(),
UpdateTime: utils.GetBasicDateTime(), UpdateTime: utils.GetBasicDateTime(),
} }