|
@ -115,6 +115,7 @@ public class OauthYlzConfigService {
|
|
|
String mobile = biz.getString("mobile_phone");
|
|
|
String pw = idcard.substring(mobile.length()-6);
|
|
|
|
|
|
patient.setIdcard(idcard);
|
|
|
patient.setName(biz.getString("user_name"));
|
|
|
patient.setPassword(MD5.md5Hex(pw + "{" + salt + "}"));
|
|
|
patient.setSalt(salt);
|