|
@@ -82,7 +82,7 @@ public class WxaUserApiController extends WxaController {
|
|
|
loginBean.setSessionId(sessionId);
|
|
|
if (doctorsWechatfind.getDoctorId() != null) {
|
|
|
Doctors doctors = Doctors.dao.findById(doctorsWechatfind.getDoctorId());
|
|
|
- doctors.setPassword("");
|
|
|
+// doctors.setPassword("");
|
|
|
DoctorBean doctorBean = JSON.parseObject(doctors.toJson(), DoctorBean.class);
|
|
|
Institution institution = Institution.dao.findById(doctorBean.getInstitution_id());
|
|
|
doctorBean.setInstitution(institution.getName());
|