zoukankan      html  css  js  c++  java
  • 分配用人单位

    select b.defined_balance_id,
           bttl.balance_type_id,
           bttl.balance_name,
           b.dimension_name,
           b.dimension_description
      
    from pay_defined_balances_v2 b,
           pay_balance_types       bt,
           pay_balance_types_tl    bttl
     
    where b.defined_balance_id in
           (
    select u.value
              
    from ff_route_parameters       p,
                   ff_user_entities          e,
                   ff_database_items         d,
                   ff_route_parameter_values u
             
    where p.route_id = e.route_id
               
    and e.user_entity_id = d.user_entity_id
               
    and d.user_name like '%PHF_SI_EMPLOYEE_DEDUCTIONS_ASG_ER_RUN%'
               
    and p.route_parameter_id = u.route_parameter_id
               
    and e.user_entity_id = u.user_entity_id)
       
    and b.balance_type_id = bt.balance_type_id
       
    and bt.balance_type_id = bttl.balance_type_id
       
    and bttl.language = 'ZHS'

             

                成长

           /      |     \

        学习   总结   分享

    QQ交流群:122230156

  • 相关阅读:
    redhat安装opencv
    vsftpd的配置与使用
    Redhat 安装编译 Python-2.7.12
    YUM 安装与配置
    docker安装mysql
    高频问题 java8新特性(转载)
    quartz简单实例实现
    java8线程池
    java8多线程不带返回值
    java8多线程带返回值的
  • 原文地址:https://www.cnblogs.com/benio/p/1925690.html
Copyright © 2011-2022 走看看