|
@@ -104,7 +104,7 @@ public class InquiryInfoFacade extends InquiryInfoServiceImpl {
|
|
|
body.put("doctorId", Integer.parseInt(saveInquiryVO.getDoctorId()));
|
|
|
body.put("mpiId", saveInquiryVO.getMpiId());
|
|
|
body.put("appId", saveInquiryVO.getAppId());
|
|
|
- body.put("fromId", saveInquiryVO.getFromId());
|
|
|
+ body.put("fromId", saveInquiryVO.getFrom());
|
|
|
body.put("sources", "langtong");
|
|
|
if (saveInquiryVO.getDepartment().indexOf("全科") != -1) {
|
|
|
body.put("diagnosis", saveInquiryVO.getDiagnosis());
|