fix: cal_exp_duration_hour 默认一个参数值
This commit is contained in:
parent
b22058d0bb
commit
2e67f7c468
|
@ -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):
|
||||
"""
|
||||
计算异常记录对应的每班持续时间
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue