Junjie
2023-04-12 32cf315c6ac0cbbac6cc75a5e4e083d5e72bbe04
src/main/java/com/zy/common/utils/CommonUtils.java
@@ -37,7 +37,7 @@
        short byteToShort = RadixTools.byteToShort(tmp1);
        byte[] tmp2 = {bytes[2], bytes[3]};
        short byteToShort2 = RadixTools.byteToShort(tmp2);
        return new short[]{byteToShort2, byteToShort};
        return new short[]{byteToShort, byteToShort2};
    }
    public static boolean shortToBoolean(Short num) {