main
黄海 9 months ago
parent e925cc3148
commit 39ccb4665c

@ -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);
} }

Loading…
Cancel
Save