bingbo
2023-11-24 f42f2137412df0f39433e3edc499941d74277c04
环号位数
已修改1个文件
2 ■■■ 文件已修改
hd/pipe/mobile/src/main/java/com/thhy/mobile/modules/biz/pipeinfo/entity/PipeListVo.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;