15030600271
2023-11-24 ffc386a33619df27c620f293ed0ec4c3ef17d506
hd/pipe/mobile/src/main/java/com/thhy/mobile/modules/biz/pipeinfo/entity/PipeListVo.java
@@ -66,7 +66,7 @@
    //入模人员
    private String intoModUser;
    public String getCheckResultStr() {
        return checkResult==1?"合格":checkResult==2?"不合格":"报废";
        return checkResult==1?"合格":checkResult==2?"不合格":checkResult==0?"未质检":"报废";
    }
    private ModIdlThing modIdlThing;