|
@@ -618,6 +618,7 @@ public class RepairApplicationFormServiceImpl extends BaseServiceImpl<RepairAppl
|
|
|
record.setCategoryList(categoryList);
|
|
|
List<Integer> statusList = ListUtils.newArrayList();
|
|
|
statusList.add(RepairApplicationFormStatusEnum.PROCESSING.getValue());
|
|
|
+ statusList.add(RepairApplicationFormStatusEnum.CALLER_REPAIR_VERIFY_SUCCESS_THREE.getValue());
|
|
|
record.setStatusList(statusList);
|
|
|
return new MyVOPage<>(mapper.selectPageList(record));
|
|
|
}
|