fix: cal_exp_duration_hour 默认一个参数值

This commit is contained in:
caoqianming 2024-05-08 16:32:00 +08:00
parent b22058d0bb
commit 2e67f7c468
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ def get_total_hour_now(sflogId: str=''):
@shared_task(base=CustomTask)
def cal_exp_duration_hour(stlogId: str, all=False):
def cal_exp_duration_hour(stlogId: str='', all=False):
"""
计算异常记录对应的每班持续时间
"""