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

【PRO-银雁】需要增加自动创建员工工作日历、日模型、加班规则的定时任务

XMLWord打印

    • Y-银雁科技-Y2021008
    • PRO
    • 银雁
    • 基础通用功能
    • 隐藏
      # 现在是这种
      sql = """
        update hr_employee set x_kslx='158' where x_kslx is null;
        update hr_employee set x_bslx='160' where x_bslx is null;
        update employee_time_config set work_calendar_id='1' where work_calendar_id is null;
        update employee_time_config set default_daily_model_id='1' where default_daily_model_id is null;
        """
      env.cr.execute(sql)
      
      
      # 如果不行,你就用类似这种,把update语句分开,多条就写多条
      env.cr.execute("""update hr_employee set x_kslx='158' where x_kslx is null;""")
      env.cr.execute("""update hr_employee set x_bslx='160' where x_bslx is null;""")
      
      
      显示
      # 现在是这种 sql = """ update hr_employee set x_kslx= '158' where x_kslx is null ; update hr_employee set x_bslx= '160' where x_bslx is null ; update employee_time_config set work_calendar_id= '1' where work_calendar_id is null ; update employee_time_config set default_daily_model_id= '1' where default_daily_model_id is null ; """ env.cr.execute(sql) # 如果不行,你就用类似这种,把update语句分开,多条就写多条 env.cr.execute( """update hr_employee set x_kslx= '158' where x_kslx is null ;" "") env.cr.execute( """update hr_employee set x_bslx= '160' where x_bslx is null ;" "")

      需要增加自动创建员工工作日历、日模型、加班规则的定时任务,之前顾问已创建,但之前处理薪资工作日历全局表问题时,戴雷跟开发排查发现这个定时任务有问题,需要CSC协助检查下是否OK,顾问配置如图

            ling.chen 陈灵娟
            sandy.huang 黄燕妃
            表决:
            0 为这个问题表决

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

                预估时间:
                初始预估 - 尚未指定
                尚未指定
                剩余:
                剩余的估算 - 0小时
                0小时
                实际工作时间:
                耗费时间 - 1小时
                1小时