|
@ -101,6 +101,7 @@ public class IcNatServiceImpl extends BaseServiceImpl<IcNatDao, IcNatEntity> imp |
|
|
} |
|
|
} |
|
|
//2.新增核酸记录表数据
|
|
|
//2.新增核酸记录表数据
|
|
|
IcNatEntity entity = ConvertUtils.sourceToTarget(formDTO, IcNatEntity.class); |
|
|
IcNatEntity entity = ConvertUtils.sourceToTarget(formDTO, IcNatEntity.class); |
|
|
|
|
|
entity.setPids(agencyInfo.getPids()); |
|
|
insert(entity); |
|
|
insert(entity); |
|
|
|
|
|
|
|
|
//3.新增通知表信息
|
|
|
//3.新增通知表信息
|
|
|