Browse Source

疫苗接种点,核酸检测点 优化

feature/teamB_zz_wgh
wanggongfeng 3 years ago
parent
commit
853ae5bf60
  1. 2
      epmet-user/epmet-user-server/src/main/java/com/epmet/service/impl/IcPointVaccinesInoculationServiceImpl.java

2
epmet-user/epmet-user-server/src/main/java/com/epmet/service/impl/IcPointVaccinesInoculationServiceImpl.java

@ -193,7 +193,7 @@ public class IcPointVaccinesInoculationServiceImpl extends BaseServiceImpl<IcPoi
continue; continue;
}else{ }else{
// 暂无疫苗为否,才校验日期 // 暂无疫苗为否,才校验日期
if("2".equals(list.get(i).getNoAvailableVaccines()) || "否".equals(list.get(i).getNoAvailableVaccines())){ if("2".equals(list.get(i).getNoAvailableVaccines())){
if (StringUtils.isBlank(list.get(i).getInoculationDate()) && !list.get(i).getAddStatus()){ if (StringUtils.isBlank(list.get(i).getInoculationDate()) && !list.get(i).getAddStatus()){
errorInfo.add(getErrorInfo(list.get(i), "接种日期不能为空",i+1)); errorInfo.add(getErrorInfo(list.get(i), "接种日期不能为空",i+1));
list.get(i).setAddStatus(true); list.get(i).setAddStatus(true);

Loading…
Cancel
Save