|
@@ -191,11 +191,11 @@ public class HealthCodeServiceImpl implements HealthCodeService {
|
|
|
Integer isOpen = HealthOpenEnum.RELEASE.getCode();
|
|
|
String codeTypeVOContent = "祝您考试顺利";
|
|
|
//准考证号
|
|
|
- String travelValidation = StrUtil.EMPTY;
|
|
|
+ String travelValidation = "准考证号";
|
|
|
//场次
|
|
|
- String content = StrUtil.EMPTY;
|
|
|
+ String content = "暂无";
|
|
|
//报考类别
|
|
|
- String vaccineNum = StrUtil.EMPTY;
|
|
|
+ String vaccineNum = "暂无";
|
|
|
if (result != null && result.getData() != null) {
|
|
|
travelValidation = result.getData().getExamCode();
|
|
|
content = result.getData().getExamSession();
|
|
@@ -241,7 +241,7 @@ public class HealthCodeServiceImpl implements HealthCodeService {
|
|
|
HealtCodeNucleinVO v = new HealtCodeNucleinVO();
|
|
|
//左icon
|
|
|
v.setIconUrl(iconUrl);
|
|
|
- v.setTitle("场次");
|
|
|
+ v.setTitle("考试场次");
|
|
|
v.setContent(content).setContentColor(ColorEnum.GREEN.getValue());
|
|
|
v.setShowTime(null);
|
|
|
Date date = null;
|
|
@@ -258,7 +258,7 @@ public class HealthCodeServiceImpl implements HealthCodeService {
|
|
|
|
|
|
//右icon
|
|
|
userVO.setVaccineIconUrl(vaccineIconUrl);
|
|
|
- userVO.setVaccineIcoTitle("报考类别");
|
|
|
+ userVO.setVaccineIcoTitle(travelValidation);
|
|
|
userVO.setVaccineNum(vaccineNum);
|
|
|
userVO.setVaccineNumColor(ColorEnum.GREEN.getValue());
|
|
|
|