维修模块优化
This commit is contained in:
parent
17d2162a79
commit
46e1345b00
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue