RTX系统整合记录

1、切换数据库
RTX常见问题解答
五、 SQL数据库配置


2、同步系统组织机构


部门同步

用户同步
https://blog.csdn.net/qq_21703215/article/details/80388456
https://blog.csdn.net/qq_21703215/article/details/80388456
https://blog.csdn.net/qq_35732799/article/details/53607090

3、消息提醒

enterprise_short_name


HNNYT
ck_Hr
例子
Hunter
李明

Dong
王东

DZH
邓辉平

Xing
于吉利

 

=====
测试代码
F:\榆林智慧畜牧\YLSmartSupervise\test\YLSmartSupervisePC\AnyOfficeV1\TestFile\RtxTest.aspx
1、集成代码
txtShortName 数据库字段要设置成主键,表设置双主键
部门用部门名称做主键,不可重复
Console/BaseInfoManagement/Organ/DeptAdmin/Index.aspx
using BaseClassLine.Common;
using BaseClassLine.Common.DotNetConfig;


2、用户
用户用登录账户做主键
Console/SysAdmin/AccountManagement/Index.aspx
添加用户
"../Console/BaseInfoManagement/Person/DeptAdmin/EditPerson.aspx?POID=" + base.GetParaValue("OID");


编辑用户
../Console/SysAdmin/AccountManagement/EditAccount.aspx
Person person;
person = new PersonObjBll().GetPersonInfo(personOids[i]);
if (person == null || string.IsNullOrEmpty(person.MOBILETEL) || plan == null)

删除用户
CommandName="Del"
佳县畜牧局

posted @ 2019-10-09 09:26  DarJeely  阅读(266)  评论(0编辑  收藏  举报