tidy up comments
This commit is contained in:
parent
4f70aace97
commit
3a6df0e1bd
|
@ -960,7 +960,8 @@ func (statement *Statement) genGetSql(bean interface{}) (string, []interface{})
|
|||
if columnStr == "" {
|
||||
columnStr = statement.genColumnStr()
|
||||
}
|
||||
statement.attachInSql() //[SWH|+]
|
||||
|
||||
statement.attachInSql() // !admpub! fix bug:Iterate func missing "... IN (...)"
|
||||
return statement.genSelectSql(columnStr), append(statement.Params, statement.BeanArgs...)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue