whycxzp
12 小时以前 e5b3e3492a7d5f079cad2ca5958a724cabfec401
src/main/java/com/whyc/service/BatttestdataInfService.java
@@ -124,7 +124,9 @@
        wrapper.last(" ORDER BY test_starttime DESC ");
        wrapper.last("limit 1");
        BatttestdataInf tinf = mapper.selectOne(wrapper);
        tinf.setTestStoptypeReason(StopReasonEnum.getValue(tinf.getTestStoptype()));
        if(tinf!=null){
            tinf.setTestStoptypeReason(StopReasonEnum.getValue(tinf.getTestStoptype()));
        }
        return tinf;
    }