|
@@ -225,6 +225,8 @@ public class JianYanJianChaShenQingService {
|
|
|
.diagText(req.getDiagText())
|
|
|
.inpatientNo(req.getInpatientNo())
|
|
|
.responceTypeName(patient.getResponceTypeName())
|
|
|
+ .reqDept(req.getReqDeptName())
|
|
|
+ .reqDoctor(req.getReqDoctorName())
|
|
|
.build();
|
|
|
}
|
|
|
|