|
throw new Exception(string.Format("已存在用户名为[{0}]的记录,不能重复添加", user.userid));
|
|
throw new Exception(string.Format("已存在用户名为[{0}]的记录,不能重复添加", user.userid));
|
|
- var fields = "userid,username,descrp,rightstring,deptstr,outrepstr,pricelist_seestr,pricelist_editstr";
|
|
|
|
|
|
+ var fields = "userid,username,descrp,rightstring,deptstr,outrepstr,pricelist_seestr,pricelist_editstr,usermode";
|