|
@ -228,7 +228,7 @@ public class IcEpidemicSpecialAttentionServiceImpl extends BaseServiceImpl<IcEpi |
|
|
e.setPid(agencyInfo.getPid()); |
|
|
e.setPid(agencyInfo.getPid()); |
|
|
e.setPids(agencyInfo.getPids()); |
|
|
e.setPids(agencyInfo.getPids()); |
|
|
e.setCustomerId(formDTO.getCustomerId()); |
|
|
e.setCustomerId(formDTO.getCustomerId()); |
|
|
if ("2".equals(e.getAttentionType())) { |
|
|
if (e.getAttentionType().equals(NumConstant.TWO)){ |
|
|
e.setReason("有重点区域行程"); |
|
|
e.setReason("有重点区域行程"); |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|