增加机构筛选
This commit is contained in:
parent
0b0a5e84d5
commit
70c96391f2
@ -27,6 +27,7 @@ public interface InspectPatientMapper extends BaseMapperX<InspectPatientDO> {
|
||||
.eqIfPresent(InspectPatientDO::getBirthday, reqVO.getBirthday())
|
||||
.eqIfPresent(InspectPatientDO::getCardType, reqVO.getCardType())
|
||||
.eqIfPresent(InspectPatientDO::getCardId, reqVO.getCardId())
|
||||
.eqIfPresent(InspectPatientDO::getHospitalNo, reqVO.getHospitalNo())
|
||||
// .eqIfPresent(InspectPatientDO::getNationality, reqVO.getNationality())
|
||||
// .eqIfPresent(InspectPatientDO::getNation, reqVO.getNation())
|
||||
// .eqIfPresent(InspectPatientDO::getRace, reqVO.getRace())
|
||||
@ -64,6 +65,7 @@ public interface InspectPatientMapper extends BaseMapperX<InspectPatientDO> {
|
||||
InspectPatientDO::getPName,
|
||||
InspectPatientDO::getGender,
|
||||
InspectPatientDO::getBirthday,
|
||||
InspectPatientDO::getHospitalNo,
|
||||
InspectPatientDO::getCardType,
|
||||
InspectPatientDO::getCardId,
|
||||
InspectPatientDO::getPhoneNum,
|
||||
|
@ -236,7 +236,9 @@ yudao:
|
||||
- /admin-api/inspect/patient/PushJYPatientInfo #推送给公卫
|
||||
- /admin-api/inspect/patient/getworkload #获取卫生院工作量
|
||||
- /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:
|
||||
enable: true # websocket的开关
|
||||
path: /infra/ws # 路径
|
||||
@ -289,6 +291,8 @@ yudao:
|
||||
- /admin-api/inspect/patient/getworkload #获取卫生院工作量
|
||||
- /admin-api/inspect/applylog/ApplylogsByIdcard #获取检验日志信息
|
||||
- /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/patient/getUSPatientInfo
|
||||
- /adminInspect/admin-api/system/captcha/get
|
||||
@ -308,6 +312,8 @@ yudao:
|
||||
- /adminInspect/admin-api/inspect/patient/getworkload #获取卫生院工作量
|
||||
- /adminInspect/admin-api/inspect/applylog/ApplylogsByIdcard #获取检验日志信息
|
||||
- /adminInspect/admin-api/inspect/patient/updatepersonimg #更新体检头像图片
|
||||
- /adminInspect/admin-api/inspect/patient/PatientBySearchKey #根据姓名、身份证号、体检编号获得患者信息
|
||||
- /adminInspect/admin-api/inspect/patient/insertPatinetInfo #创建患者
|
||||
ignore-tables:
|
||||
- system_tenant
|
||||
- system_tenant_package
|
||||
|
Loading…
Reference in New Issue
Block a user