|
|
@ -31,7 +31,7 @@ public class DataEaseModel {
|
|
|
|
* @return 数据集列表
|
|
|
|
* @return 数据集列表
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public List<Record> getDataSetByIdentityId(int identity_id) {
|
|
|
|
public List<Record> getDataSetByIdentityId(int identity_id) {
|
|
|
|
String sql = "select * from t_dp_dataset where owner_id=? order by dataease_id desc";
|
|
|
|
String sql = "select * from t_dp_dataset where owner_id=? order by dataease_id";
|
|
|
|
return Db.find(sql, identity_id);
|
|
|
|
return Db.find(sql, identity_id);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|