|
@@ -191,6 +191,11 @@ public class InquiryInfoFacade extends InquiryInfoServiceImpl {
|
|
|
return this.update(new UpdateWrapper<InquiryInfo>()
|
|
|
.set("gmt_modified", now)
|
|
|
.set("inquiry_code", inquiryCodeVO.getInquiryCode())
|
|
|
+ .set("source", inquiryCodeVO.getSource())
|
|
|
+ .set("dept_code", inquiryCodeVO.getDeptCode())
|
|
|
+ .set("dept_name", inquiryCodeVO.getDeptName())
|
|
|
+ .set("doctor_code", inquiryCodeVO.getDoctorCode())
|
|
|
+ .set("doctor_name", inquiryCodeVO.getDoctorName())
|
|
|
.eq("id", inquiryCodeVO.getInquiryId())
|
|
|
.eq("hospital_code", inquiryCodeVO.getHospitalCode())
|
|
|
);
|