张晓波
2023-12-05 d2db97aec62ef8a567f2f61eda1c5b7a6f95dc4b
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;