|
@@ -336,14 +336,11 @@ public class HealthCodeServiceImpl implements HealthCodeService {
|
|
if(placeInfoVO != null && placeInfoVO.getLatestResultPage()){
|
|
if(placeInfoVO != null && placeInfoVO.getLatestResultPage()){
|
|
userVO.setShowPageType("scenic");
|
|
userVO.setShowPageType("scenic");
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
|
|
|
|
public static HealtCodeUserVO initHealthUserVo(ShortTermDTO shortTermDTO, PlaceInfoVO placeInfoVO) {
|
|
public static HealtCodeUserVO initHealthUserVo(ShortTermDTO shortTermDTO, PlaceInfoVO placeInfoVO) {
|
|
HealtCodeUserVO userVO = new HealtCodeUserVO();
|
|
HealtCodeUserVO userVO = new HealtCodeUserVO();
|
|
|
|
+ userVO.setCardIdEx(shortTermDTO.getCardIdEx());
|
|
//验证方式
|
|
//验证方式
|
|
String vaccineNum = "身份证验证";
|
|
String vaccineNum = "身份证验证";
|
|
if (Preconditions.isNotBlank(shortTermDTO.getHealthCode())) {
|
|
if (Preconditions.isNotBlank(shortTermDTO.getHealthCode())) {
|