|
|
@@ -112,6 +112,7 @@ public class ReportType extends Controller {
|
|
|
querySQL.setWhere("exists(select 1 from sys_rolereportauth t2 where t1.sys_reportid=t2.sys_reportid and t2.roleid in" + roleids + ")");
|
|
|
querySQL.addGroupBy("type");
|
|
|
querySQL.setPage(pageSize, pageNumber);
|
|
|
+ querySQL.setOrderBy(pageSorting);
|
|
|
Rows query = querySQL.query();
|
|
|
return getSucReturnObject().setData(query).toString();
|
|
|
}
|