baselibrary/src/main/java/com/dayu/baselibrary/utils/ModelUtils.java
@@ -22,13 +22,13 @@ //判断是哪个机型 public static int getModelType() { int type; try { Class.forName("com.pos.device.config.DevConfig"); type = ModelUtils.HuaZhiRongHaiType; return type; } catch (ClassNotFoundException e) { // try { // Class.forName("com.pos.device.config.DevConfig"); // type = ModelUtils.HuaZhiRongHaiType; // return type; // } catch (ClassNotFoundException e) { type = ModelUtils.ShangMiType; return type; } // } } }