上传的图像用于项目: 'CST技术支持'
  1. CST技术支持
  2. SLAL2-2098

【PRO-天猫养车】-核心人事-员工证明

XMLWord打印

    • Icon: Change Change
    • 解决结果: 完成
    • Icon: High High
    • 202103
    • 202103
    • T-天猫养车-Y2020052
    • PRO
    • 新康众(天猫养车),PRO
    • 基础通用功能
    • 隐藏

      以下代码替换薪资标准计算逻辑
      xinzi_biaozhun = 0
      env.cr.execute("select ytd from view_payroll_balance_summary_result where balance_item_code='Should_send' and employee_number=%s and summary_type=1 order by date_integer limit 1", [employee_number,])
      xinzi_biaozhuns = env.cr.fetchone()
      if xinzi_biaozhuns:
      xinzi_biaozhun = xinzi_biaozhuns[0]

      显示
      以下代码替换薪资标准计算逻辑 xinzi_biaozhun = 0 env.cr.execute("select ytd from view_payroll_balance_summary_result where balance_item_code='Should_send' and employee_number=%s and summary_type=1 order by date_integer limit 1", [employee_number,] ) xinzi_biaozhuns = env.cr.fetchone() if xinzi_biaozhuns: xinzi_biaozhun = xinzi_biaozhuns [0]

      基于这个PM:https://pm.ersoft.cn/browse/SLAL2-1862 描述一逻辑调整:薪资标准和试用期薪资标准,改为余额表的应发工资(Should_send),其他逻辑不改动
      比较紧急,期望今天可以调整,谢谢

            grant.yang 杨光磊
            zhihui.zhang 张治辉
            表决:
            0 为这个问题表决

              创建日期:
              已更新:
              已解决: