bug fixed #154
This commit is contained in:
parent
381a0f154e
commit
ab8716a447
|
@ -1037,6 +1037,7 @@ func (statement *Statement) genCountSql(bean interface{}) (string, []interface{}
|
||||||
if statement.Engine.Dialect().DBType() == "ql" {
|
if statement.Engine.Dialect().DBType() == "ql" {
|
||||||
id = ""
|
id = ""
|
||||||
}
|
}
|
||||||
|
statement.attachInSql()
|
||||||
return statement.genSelectSql(fmt.Sprintf("count(%v) AS %v", id, statement.Engine.Quote("total"))), append(statement.Params, statement.BeanArgs...)
|
return statement.genSelectSql(fmt.Sprintf("count(%v) AS %v", id, statement.Engine.Quote("total"))), append(statement.Params, statement.BeanArgs...)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue