zoukankan      html  css  js  c++  java
  • 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"
    佳县畜牧局

  • 相关阅读:
    JDBC的简单笔记
    javascript学习笔记二
    javascript学习一、js的初步了解
    css的简单学习笔记
    c++ 拷贝构造函数
    C++ new delete
    c++ 析构函数
    c++成员初始化和构造函数
    C++ 类和对象浅解
    c++ constexpr
  • 原文地址:https://www.cnblogs.com/Jeely/p/11639591.html
Copyright © 2011-2022 走看看