From da0617d167781e3de6e9ebb57b033edc7960c909 Mon Sep 17 00:00:00 2001 From: guzeng Date: Thu, 9 Sep 2021 17:15:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E5=8A=A1=E5=8D=95=E6=9D=A1=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=A2=9E=E5=8A=A0=E9=BB=98=E8=AE=A4=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- transaction_chain.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/transaction_chain.go b/transaction_chain.go index 6830455..d59a8ba 100644 --- a/transaction_chain.go +++ b/transaction_chain.go @@ -394,7 +394,8 @@ func (this *TxQuery) Select() ([]map[string]string, error) { * return row error */ func (this *TxQuery) Find() (map[string]string, error) { - + this.page = 1 + this.page_size = 1 err := this.QueryStmt() if err != nil { return map[string]string{}, err