|
@@ -516,7 +516,7 @@ public class ZhcxApiServiceImpl implements ZhcxApiService {
|
|
|
if(jsonObject != null){
|
|
|
String userName = jsonObject.getString("userName");
|
|
|
String sex = jsonObject.getString("sex");
|
|
|
- String mobile = jsonObject.getString("mobile");
|
|
|
+ //String mobile = jsonObject.getString("mobile");
|
|
|
String status = jsonObject.getString("status");
|
|
|
String email = jsonObject.getString("email");
|
|
|
String logName = jsonObject.getString("logName");
|
|
@@ -526,9 +526,9 @@ public class ZhcxApiServiceImpl implements ZhcxApiService {
|
|
|
sysUserDo.setGender("女");
|
|
|
}
|
|
|
sysUserDo.setCode(logName);
|
|
|
- sysUserDo.setMobile(mobile);
|
|
|
+ //sysUserDo.setMobile(mobile);
|
|
|
sysUserDo.setName(userName);
|
|
|
- sysUserDo.setAccount(mobile);
|
|
|
+ //sysUserDo.setAccount(mobile);
|
|
|
sysUserDo.setEmail(email);
|
|
|
if("1".equals(status)){
|
|
|
sysUserDo.setEnabled("0");
|