• 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 estYLSmartSupervisePCAnyOfficeV1TestFileRtxTest.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"
    佳县畜牧局

  • 相关阅读:
    Hibernate初级
    Servlet, Listener 、 Filter.
    DBCP数据源
    数据库连接池
    MySQL入门笔记
    20170330 webservice代理类测试
    20170330 ABAP代理生成
    20170329 隐士增强问题
    ABAP rfc 发布webservice 错误
    ABAP 性能优化001
  • 原文地址:https://www.cnblogs.com/Jeely/p/11639591.html
Copyright © 2020-2023  润新知