|
|
|
@ -1229,7 +1229,11 @@ public class Archive_MasterServiceImpl implements Archive_MasterService {
|
|
|
|
|
String ids = master.getId();
|
|
|
|
|
String[] idList = ids.split(",");
|
|
|
|
|
List<ArchiveFlowRole> archiveFlowRoles = flowRoleMapper.selectAll();
|
|
|
|
|
Archive_Master archive_master_vos = archive_masterMapper.selectCommonlyUsed(master);
|
|
|
|
|
List<Archive_Master> archive_masterVos = archive_masterMapper.selectCommonlyUsed(master);
|
|
|
|
|
if(CollectionUtils.isEmpty(archive_masterVos)){
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
Archive_Master archive_master_vos = archive_masterVos.get(0);
|
|
|
|
|
CommomVo commomVo=new CommomVo();
|
|
|
|
|
commomVo.setPatientId(archive_master_vos.getPatientId());
|
|
|
|
|
commomVo.setAdmissTimes(archive_master_vos.getVisitId());
|
|
|
|
|