|
|
@ -407,7 +407,8 @@ func (this *Query) Select() ([]map[string]string, error) { |
|
|
|
* return row error |
|
|
|
*/ |
|
|
|
func (this *Query) Find() (map[string]string, error) { |
|
|
|
|
|
|
|
this.page = 1 |
|
|
|
this.page_size = 1 |
|
|
|
err := this.QueryStmt() |
|
|
|
if err != nil { |
|
|
|
return map[string]string{}, err |
|
|
|