|
@@ -122,7 +122,7 @@ func Withdraw(r *ghttp.Request) *TalentHttpResult {
|
|
|
AmountPayable: float64(DataInfoReq.RealAmount),
|
|
|
TaskIdList: DataInfoReq.TaskIdList,
|
|
|
ReceiveInfo: string(bankJsons),
|
|
|
- BankType: DataInfoReq.BankType,
|
|
|
+ BankType: 2,
|
|
|
Status: 1,
|
|
|
SubmitAt: gtime.Now(),
|
|
|
}).InsertAndGetId()
|