刘韬 5 年之前
父節點
當前提交
cc31314fde

+ 1 - 1
PacsOnline_Wechat_Doctor/src/main/java/com/zskk/controller/WxaUserApiController.java

@@ -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());

+ 2 - 3
PacsOnline_Wechat_Doctor/src/main/java/com/zskk/service/SmsService.java

@@ -122,9 +122,8 @@ public class SmsService {
 		doctorsWechat.setCreateAt(new Date());
 		doctorsWechat.setUpdateAt(new Date());
 //		doctorsWechat.save();
-		doctorsWechat.getDoctorId();
-		System.out.println(doctorsWechat.getDoctorId()==null?"2":"1");
-		String doctirIdStr = doctorsWechat.getDoctorId();
+//		System.out.println(doctorsWechat.getDoctorId()==null?"2":"1");
+//		String doctirIdStr = doctorsWechat.getDoctorId();
 
 		if (doctorsWechat.getDoctorId() != null) {