|
@@ -253,8 +253,8 @@ public class WxaUserApiController extends WxaController {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
- DoctorsWechat doctorsWechat = DoctorsWechat.dao.findFirst("select * from doctors_wechat where wxa_openid=?",sessionResult.get("openid"));
|
|
|
|
- renderJson(doctorsWechat);
|
|
|
|
|
|
+// DoctorsWechat doctorsWechat = DoctorsWechat.dao.findFirst("select * from doctors_wechat where wxa_openid=?",sessionResult.get("openid"));
|
|
|
|
+ renderJson(sessionResult);
|
|
return;
|
|
return;
|
|
// doctorsWechat.setDoctorId(doctors.getId());
|
|
// doctorsWechat.setDoctorId(doctors.getId());
|
|
// doctorsWechat.update();
|
|
// doctorsWechat.update();
|