Commit fbe900a7 authored by 王海's avatar 王海

演示版,sn设备型号提交

parent e554aa35
......@@ -119,7 +119,7 @@ public class LoginPresenter extends LoginContract.Presenter {
@Override
public void downList(View view, int flag, LoadingDialog loadingDialog) {
Realm realm = DBFactory.getRealm();
RealmResults<Oper> opers = realm.where(Oper.class).findAll();
RealmResults<Oper> opers = realm.where(Oper.class).equalTo("operStatus", "0").findAll();
mView.openDownList(view, opers, flag);
}
......
......@@ -29,7 +29,7 @@ public final class SystemUtil {
*/
public static String getDeviceModel() {
// return DeviceUtils.getModel();
return "X990";
return "AECRC10";
}
......@@ -57,7 +57,7 @@ public final class SystemUtil {
e.printStackTrace();
}
}
return "test2019";
return "test2018";
// return deviceSN;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment