增加机构筛选

This commit is contained in:
Flow 2025-06-23 16:50:04 +08:00
parent 0b0a5e84d5
commit 70c96391f2
2 changed files with 9 additions and 1 deletions

View File

@ -27,6 +27,7 @@ public interface InspectPatientMapper extends BaseMapperX<InspectPatientDO> {
.eqIfPresent(InspectPatientDO::getBirthday, reqVO.getBirthday()) .eqIfPresent(InspectPatientDO::getBirthday, reqVO.getBirthday())
.eqIfPresent(InspectPatientDO::getCardType, reqVO.getCardType()) .eqIfPresent(InspectPatientDO::getCardType, reqVO.getCardType())
.eqIfPresent(InspectPatientDO::getCardId, reqVO.getCardId()) .eqIfPresent(InspectPatientDO::getCardId, reqVO.getCardId())
.eqIfPresent(InspectPatientDO::getHospitalNo, reqVO.getHospitalNo())
// .eqIfPresent(InspectPatientDO::getNationality, reqVO.getNationality()) // .eqIfPresent(InspectPatientDO::getNationality, reqVO.getNationality())
// .eqIfPresent(InspectPatientDO::getNation, reqVO.getNation()) // .eqIfPresent(InspectPatientDO::getNation, reqVO.getNation())
// .eqIfPresent(InspectPatientDO::getRace, reqVO.getRace()) // .eqIfPresent(InspectPatientDO::getRace, reqVO.getRace())
@ -64,6 +65,7 @@ public interface InspectPatientMapper extends BaseMapperX<InspectPatientDO> {
InspectPatientDO::getPName, InspectPatientDO::getPName,
InspectPatientDO::getGender, InspectPatientDO::getGender,
InspectPatientDO::getBirthday, InspectPatientDO::getBirthday,
InspectPatientDO::getHospitalNo,
InspectPatientDO::getCardType, InspectPatientDO::getCardType,
InspectPatientDO::getCardId, InspectPatientDO::getCardId,
InspectPatientDO::getPhoneNum, InspectPatientDO::getPhoneNum,

View File

@ -236,7 +236,9 @@ yudao:
- /admin-api/inspect/patient/PushJYPatientInfo #推送给公卫 - /admin-api/inspect/patient/PushJYPatientInfo #推送给公卫
- /admin-api/inspect/patient/getworkload #获取卫生院工作量 - /admin-api/inspect/patient/getworkload #获取卫生院工作量
- /admin-api/inspect/applylog/ApplylogsByIdcard #获取检验日志信息 - /admin-api/inspect/applylog/ApplylogsByIdcard #获取检验日志信息
- /admin-api/inspect/patient/updatepersonimg #更新体检头像图片 - /admin-api/inspect/patient/updatepersonimg #更新体检头像图片
- /admin-api/inspect/patient/PatientBySearchKey #根据姓名、身份证号、体检编号获得患者信息
- /admin-api/inspect/patient/insertPatinetInfo #创建患者
websocket: websocket:
enable: true # websocket的开关 enable: true # websocket的开关
path: /infra/ws # 路径 path: /infra/ws # 路径
@ -289,6 +291,8 @@ yudao:
- /admin-api/inspect/patient/getworkload #获取卫生院工作量 - /admin-api/inspect/patient/getworkload #获取卫生院工作量
- /admin-api/inspect/applylog/ApplylogsByIdcard #获取检验日志信息 - /admin-api/inspect/applylog/ApplylogsByIdcard #获取检验日志信息
- /admin-api/inspect/patient/updatepersonimg #更新体检头像图片 - /admin-api/inspect/patient/updatepersonimg #更新体检头像图片
- /admin-api/inspect/patient/PatientBySearchKey #根据姓名、身份证号、体检编号获得患者信息
- /admin-api/inspect/patient/insertPatinetInfo #创建患者
- /adminInspect/admin-api/inspect/department/getList - /adminInspect/admin-api/inspect/department/getList
- /adminInspect/admin-api/inspect/patient/getUSPatientInfo - /adminInspect/admin-api/inspect/patient/getUSPatientInfo
- /adminInspect/admin-api/system/captcha/get - /adminInspect/admin-api/system/captcha/get
@ -308,6 +312,8 @@ yudao:
- /adminInspect/admin-api/inspect/patient/getworkload #获取卫生院工作量 - /adminInspect/admin-api/inspect/patient/getworkload #获取卫生院工作量
- /adminInspect/admin-api/inspect/applylog/ApplylogsByIdcard #获取检验日志信息 - /adminInspect/admin-api/inspect/applylog/ApplylogsByIdcard #获取检验日志信息
- /adminInspect/admin-api/inspect/patient/updatepersonimg #更新体检头像图片 - /adminInspect/admin-api/inspect/patient/updatepersonimg #更新体检头像图片
- /adminInspect/admin-api/inspect/patient/PatientBySearchKey #根据姓名、身份证号、体检编号获得患者信息
- /adminInspect/admin-api/inspect/patient/insertPatinetInfo #创建患者
ignore-tables: ignore-tables:
- system_tenant - system_tenant
- system_tenant_package - system_tenant_package