|
@@ -231,6 +231,7 @@ public class InquiryTriageFacade extends InquiryTriageServiceImpl {
|
|
|
body.put("supplement", saveInquiryVO.getSupplement());
|
|
|
body.put("appId", saveInquiryVO.getAppId());
|
|
|
body.put("from", saveInquiryVO.getFrom());
|
|
|
+ body.put("mpiId", saveInquiryVO.getMpiId());
|
|
|
|
|
|
bodyList.add(body);
|
|
|
|