|
String sql = "select aspect_ticket_num,std.std_id,std.std_province from ly_std_subject sb,std_reg std where std.std_id=sb.std_id and ly_group_id=? group by aspect_ticket_num,std.std_id,std.std_province order by aspect_ticket_num";
|
|
String sql = "select aspect_ticket_num,std.std_id,std.std_province from ly_std_subject sb,std_reg std where std.std_id=sb.std_id and ly_group_id=? group by aspect_ticket_num,std.std_id,std.std_province order by aspect_ticket_num";
|
|
|
|
+// String sql = "select aspect_ticket_num,std.std_id,std.std_province from ly_std_subject sb,std_reg std where std.std_id=sb.std_id and ly_group_id=? group by aspect_ticket_num,std.std_id,std.std_province order by std.STD_PARAM1+0";
|
|
return this.listBySql(StdReg.class, sql, ly_group_id);
|
|
return this.listBySql(StdReg.class, sql, ly_group_id);
|