|
@@ -80,7 +80,7 @@ public class WxaUserApiController extends WxaController {
|
|
|
doctorsWechatfind.update();
|
|
|
}
|
|
|
Doctors doctors = null;
|
|
|
- if (doctorsWechatfind.getDoctorId()==null) {
|
|
|
+ if (doctorsWechatfind.getDoctorId()!=null) {
|
|
|
doctors = Doctors.dao.findById(doctorsWechatfind.getDoctorId());
|
|
|
}
|
|
|
accessTokenCache.set("wxa:session:" + sessionId, apiResult.getJson());
|