提交 ef34b918 authored 作者: 杨凯's avatar 杨凯

feat:家庭医生初始化

上级 37b1abdb
...@@ -24,6 +24,6 @@ public class QueryDoctorsDTO extends QueryFamousDTO { ...@@ -24,6 +24,6 @@ public class QueryDoctorsDTO extends QueryFamousDTO {
private String packageOrderId; private String packageOrderId;
@ApiModelProperty("签约关联id") @ApiModelProperty("签约关联id")
private Long signId; private Long signSeqId;
} }
...@@ -161,7 +161,7 @@ public class DoctorServiceImpl implements DoctorService { ...@@ -161,7 +161,7 @@ public class DoctorServiceImpl implements DoctorService {
// } // }
// 过滤签约过的医生信息 // 过滤签约过的医生信息
if (Objects.isNull(reqVo.getSignId()) && Objects.nonNull(reqVo.getPackageOrderId())) { if (Objects.isNull(reqVo.getSignSeqId()) && Objects.nonNull(reqVo.getPackageOrderId())) {
QueryWrapper<PatientSignEntity> psWrapper = new QueryWrapper<>(); QueryWrapper<PatientSignEntity> psWrapper = new QueryWrapper<>();
PatientSignEntity patientSign = new PatientSignEntity(); PatientSignEntity patientSign = new PatientSignEntity();
// patientSign.setPackageOrderId(reqVo.getPackageOrderId()); // patientSign.setPackageOrderId(reqVo.getPackageOrderId());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论