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

  • 相关阅读:
    js 生成 yyyy-mm-dd 格式的逼格姿势
    使用chrome联调不在同一个域的请求
    linux命令收集
    spring component-scan filter
    命令别名alias设置
    vi命令的使用
    Git中的文件状态和使用问题解决
    Git常用命令
    Maven
    MySQL命令
  • 原文地址:https://www.cnblogs.com/benio/p/1925690.html
Copyright © 2011-2022 走看看