维修模块优化

This commit is contained in:
sxu 2024-11-23 17:33:40 +08:00
parent 17d2162a79
commit 46e1345b00
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class RepairServiceImpl implements RepairService {
private final int INNER_REPAIR = 1; // 需要严格匹配枚举值 RepairTypeEnum.INNER_REPAIR.getTypeId();
private final int RETURN_FACTORY = 2; // 需要严格匹配枚举值 RepairTypeEnum.RETURN_FACTORY.getTypeId();
private final int TO_SCRAP = 3; // 需要严格匹配枚举值 RepairTypeEnum.TO_SCRAP.getTypeId();
@Override
public List<RepairTask> getRepairTaskList(RepairTask bean) {
return repairMapper.getRepairTaskList(bean);