浏览代码

眼科电子病历及检查接口开发

wangzhinan 1 年之前
父节点
当前提交
608217f4b6

+ 5 - 0
business/base-service/src/main/java/com/yihu/jw/hospital/prescription/service/PrescriptionService.java

@ -389,6 +389,11 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
            wlyyOutpatientVOList = new ArrayList<>();
            wlyyOutpatientVOList = wlyyOutpatientVOList1;
        }
        for (WlyyOutpatientVO wlyyOutpatientVO:wlyyOutpatientVOList){
            if (!StringUtils.isNoneBlank(wlyyOutpatientVO.getIcd10Name())){
                wlyyOutpatientVO.setIcd10Name("无诊断");
            }
        }
        return wlyyOutpatientVOList;
    }

+ 1 - 1
business/base-service/src/main/java/com/yihu/jw/hospital/prescription/service/entrance/EntranceService.java

@ -689,7 +689,7 @@ public class EntranceService {
            }
            /*sbs.append("<query compy=\"\" item=\"icd_name\" splice=\"and\" value=\"is not null\"/>");*/
            sbs.append(" and icd_name is not null ");
//            sbs.append(" and icd_name is not null ");
    /*        sbs.append("<order item=\"CON_DATE\" sort=\"desc\"/>");*/
            sbs.append(" order by CON_DATE desc ");
            //查询信息结束