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

feat:家庭医生初始化

上级 4cf138ff
......@@ -143,6 +143,7 @@ public class PatientSignServiceImpl implements PatientSignService {
PatientSignEntity pg = new PatientSignEntity();
pg.setDoctorId(patientSignEntity.getDoctorId());
pg.setDeptId(patientSignEntity.getDeptId());
pg.setPatientId(patientSignEntity.getPatientId());
pg.setAppCode(CommonConstants.APP_CODE);
listWrapper.setEntity(patientSign);
listWrapper.in("sign_status", 1, 2);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论