bingbo
2023-11-24 83e3679055c3ac0cc25ddae8bd0ff07f26c15a3e
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()>6){
            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){