fix: cal_mpointstat_manual 标注bug
This commit is contained in:
parent
2884becf3f
commit
9f46722f48
|
@ -147,7 +147,7 @@ def cal_mpointstats(is_now=1):
|
|||
cal_mpointstat_hour.delay(mpoint.id, pre.year, pre.month, pre.day, pre.hour)
|
||||
|
||||
|
||||
def cal_mpointstat_manual(mpointId: str, year_s: int, month_s: int, day_s: int|None):
|
||||
def cal_mpointstat_manual(mpointId: str, year_s: int, month_s: int, day_s=None):
|
||||
"""
|
||||
手动录入的测点数据进行往上统计,一级一级往上
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue