|
@@ -67,7 +67,6 @@ public class WxaUserApiController extends WxaController {
|
|
|
if (doctorsWechatfind == null) {
|
|
|
DoctorsWechat doctorsWechat = new DoctorsWechat();
|
|
|
doctorsWechat.setWxaOpenid(apiResult.getStr("openid"));
|
|
|
- doctorsWechat.setDoctorId("");
|
|
|
if (!StrKit.isBlank(apiResult.getStr("unionid"))) {
|
|
|
doctorsWechat.setUnionid(apiResult.getStr("unionid"));
|
|
|
}
|