groovy中多行sql书写
def results = my.Goods.findAll("""\from Goods as g \ where g.title = ?""", ['title'])must be \ ,not be \def fa = my.Goods.findAll("from Goods as g where g.title = ?",['t