|
|
@ -303,9 +303,6 @@ public class IcEpidemicSpecialAttentionServiceImpl extends BaseServiceImpl<IcEpi |
|
|
|
e.setPids(agencyInfo.getPids()); |
|
|
|
e.setCustomerId(formDTO.getCustomerId()); |
|
|
|
e.setIsHistory(NumConstant.ZERO_STR); |
|
|
|
if (e.getAttentionType().equals(NumConstant.TWO)){ |
|
|
|
e.setReason("有重点区域行程"); |
|
|
|
} |
|
|
|
}); |
|
|
|
insertBatch(entities); |
|
|
|
//新增通知表信息
|
|
|
|