|
@@ -96,7 +96,7 @@ public class InquiryInfoFacade extends InquiryInfoServiceImpl {
|
|
|
|
|
|
Map<String, Object> body = new HashMap<>();
|
|
Map<String, Object> body = new HashMap<>();
|
|
body.put("details", details);
|
|
body.put("details", details);
|
|
- body.put("doctorId", saveInquiryVO.getDoctorId());
|
|
|
|
|
|
+ body.put("doctorId", Integer.parseInt(saveInquiryVO.getDoctorId()));
|
|
body.put("mpiId", saveInquiryVO.getMpiId());
|
|
body.put("mpiId", saveInquiryVO.getMpiId());
|
|
body.put("appId", saveInquiryVO.getAppId());
|
|
body.put("appId", saveInquiryVO.getAppId());
|
|
body.put("diagnosis", saveInquiryVO.getDiagnosis());
|
|
body.put("diagnosis", saveInquiryVO.getDiagnosis());
|