Commit a5aded56 authored by suhuiguang's avatar suhuiguang

feat(重要提醒):业务新增提醒开发

1.使用登记 2.车用气瓶登记 3.编辑
parent 30e3243f
...@@ -113,6 +113,7 @@ public class VehicleInformationReminderAdapter extends DefaultReminder { ...@@ -113,6 +113,7 @@ public class VehicleInformationReminderAdapter extends DefaultReminder {
String record = CommonReminderService.getOneRecord(data); String record = CommonReminderService.getOneRecord(data);
vehicleInformationReminderParse.getCommonReminderService().setMatchItemEquCategoryByRecord(matchItemDto, record); vehicleInformationReminderParse.getCommonReminderService().setMatchItemEquCategoryByRecord(matchItemDto, record);
matchItemDto.setRegType(data.getString("regType")); matchItemDto.setRegType(data.getString("regType"));
matchItemDto.setWhetherVehicleCylinder("1");
return matchItemDto; return matchItemDto;
} }
...@@ -124,6 +125,7 @@ public class VehicleInformationReminderAdapter extends DefaultReminder { ...@@ -124,6 +125,7 @@ public class VehicleInformationReminderAdapter extends DefaultReminder {
matchItemDto.setRegType(StringUtils.isEmpty(vehicleInformation.getRegType()) ? "0" : vehicleInformation.getRegType()); matchItemDto.setRegType(StringUtils.isEmpty(vehicleInformation.getRegType()) ? "0" : vehicleInformation.getRegType());
// 气瓶 // 气瓶
setEquCategoryByOneRecord(vehicleInformation, matchItemDto); setEquCategoryByOneRecord(vehicleInformation, matchItemDto);
matchItemDto.setWhetherVehicleCylinder("1");
return matchItemDto; return matchItemDto;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment