This commit is contained in:
2023-07-25 10:09:53 +08:00
parent 61edef5c92
commit ab44ff5cc4
2 changed files with 28 additions and 1 deletions

View File

@@ -89,7 +89,6 @@ func (wd _WithdrawRepository) FindWithdraw(page int, keyword *string) ([]model.W
fmt.Println(err)
return []model.Withdraw{}, 0, err
}
fmt.Println("数据库中读取的指定数据:", reports)
var withdrawReses []model.Withdraw