|
@@ -51,13 +51,13 @@ public class usermsg extends Controller {
|
|
|
* @return
|
|
|
*/
|
|
|
public String update_usermsg() throws D3bException, P2Exception {
|
|
|
- String fname = content.getString("fname", "tenterprise_users.fname", "姓名");//姓名
|
|
|
+ String fname = content.getString("fname", "tenterprise_users.fname", "账号名");//姓名
|
|
|
String fsex = content.getString("fsex");//性别
|
|
|
- String frole = content.getString("frole", "tenterprise_users.frole", "身份职位");//身份职位
|
|
|
+ String frole = content.getString("frole", "tenterprise_users.frole", "身份/职位");//身份职位
|
|
|
Date fbirthdate = content.getDate("fbirthdate");//出生日期
|
|
|
String femail = content.getString("femail", "tenterprise_users.femail", "邮箱");//邮箱
|
|
|
String fwechatno = content.getString("fwechatno", "tenterprise_users.fwechatno", "微信");//微信号
|
|
|
- String faddress = content.getString("faddress");//地址
|
|
|
+ String faddress = content.getString("faddress", "tenterprise_users.faddress", "地址");//地址
|
|
|
PaoSetRemote tenterprise_usersSet = getP2ServerSystemPaoSet("tenterprise_users", "siteid='" + siteid + "' and tagentsid='" + tagentsid + "' and tenterprise_userid='" + userid + "'");
|
|
|
if (!tenterprise_usersSet.isEmpty()) {
|
|
|
PaoRemote pao = tenterprise_usersSet.getPao(0);
|