whyclxw
2025-06-10 f83ef17eeedb228f51bb4d7b95ab2f5f80f79266
src/main/java/com/whyc/service/BatttestdataInfService.java
@@ -108,6 +108,7 @@
        wrapper.last("  and test_timelong >= 7200 ORDER BY test_starttime DESC ");
        wrapper.last("limit 1");
        BatttestdataInf tinf = mapper.selectOne(wrapper);
        tinf.setTestStoptypeReason(StopReasonEnum.getValue(tinf.getTestStoptype()));
        return tinf;
    }