|
|
@ -203,6 +203,7 @@ public class IcTripReportRecordServiceImpl extends BaseServiceImpl<IcTripReportR |
|
|
|
public String save(IcTripReportFormDTO formDTO) { |
|
|
|
//磐石
|
|
|
|
if(StrConstant.PS_CUSTOMER_ID.equals(formDTO.getCustomerId())){ |
|
|
|
formDTO.setReportingTime(DateUtils.integrate(new Date(), "yyyy-MM-dd")); |
|
|
|
//判断是磐石客户的7天内旅居史情况没值的按逻辑赋值
|
|
|
|
if (StringUtils.isEmpty(formDTO.getSojournHistory())) { |
|
|
|
//风险地区数据
|
|
|
@ -352,6 +353,7 @@ public class IcTripReportRecordServiceImpl extends BaseServiceImpl<IcTripReportR |
|
|
|
public String resiSave(IcTripReportFormDTO formDTO) { |
|
|
|
//磐石
|
|
|
|
if(StrConstant.PS_CUSTOMER_ID.equals(formDTO.getCustomerId())){ |
|
|
|
formDTO.setReportingTime(DateUtils.integrate(new Date(), "yyyy-MM-dd")); |
|
|
|
//判断是磐石客户的7天内旅居史情况没值的按逻辑赋值
|
|
|
|
if (StringUtils.isEmpty(formDTO.getSojournHistory())) { |
|
|
|
//风险地区数据
|
|
|
|