|
@@ -61,7 +61,7 @@ public class RepairTesterService {
|
|
|
if(repair == null){
|
|
|
throw new BusinessException(ResultCode.REPAIR_NOT_EXITS);
|
|
|
}
|
|
|
- if(!repair.getStatus().equals(RepairStatusEnum.TO_BE_REPAIRED.status())){
|
|
|
+ if(!repair.getStatus().equals(RepairStatusEnum.TO_BE_TESTED.status())){
|
|
|
throw new BusinessException(ResultCode.REPAIR_STATUS_NOT_EXITS);
|
|
|
}
|
|
|
RepairTest entity = new RepairTest();
|