bingbo
2023-11-26 948b8191b8f32ce002b3f418b3669e01f745bcaa
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()>4){
                throw new BasicException(BasicStatus.RING_NOT_DIS);
            }
            Integer.parseInt(ringNum);
@@ -207,7 +207,7 @@
            throw new BasicException(BasicStatus.RING_NOT_DIS);
        }
        String newRingNum = UUIDUtils.addZeroNoPlus(Integer.parseInt(ringNum),5);
        String newRingNum = UUIDUtils.addZeroNoPlus(Integer.parseInt(ringNum),4);
        int count = pipeInfoMapper.countByRingNum(newRingNum);
        if(count>0){