bingbo
2023-11-24 32f8cdece29c52f4860b163b11148e281e146b13
hd/pipe/mobile/src/main/java/com/thhy/mobile/modules/biz/mouldcheck/service/impl/ModCheckServiceImpl.java
@@ -199,7 +199,7 @@
        String proId = modCheckDto.getProId();
        try {
            if(ringNum.length()>5){
            if(ringNum.length()>6){
                throw new BasicException(BasicStatus.RING_NOT_DIS);
            }
            Integer.parseInt(ringNum);