Sql sql=Sqls.create("select t.productname from ent_productprice t");
this.dao().execute(sql);
执行到this.dao().execute(sql);这句时,后台报错
“”java.sql.SQLException:列名无效
“”
Sql sql=Sqls.create("select t.productname from ent_productprice t");
this.dao().execute(sql);
执行到this.dao().execute(sql);这句时,后台报错
“”java.sql.SQLException:列名无效
“”