cjl
2023-07-21 e414c2eb234515e07e4f041e1dc80c7589fbf41a
screen-api/src/main/java/com/moral/api/service/impl/ExcelServiceImpl.java
@@ -382,8 +382,10 @@
        if (Double.parseDouble(CO)<4){
            count++;
        }
        if (Double.parseDouble(O8)<160){
            count++;
        if (!O8.equals("--")) {
            if (Double.parseDouble(O8) < 160) {
                count++;
            }
        }