fix: base period_dict错误修改

This commit is contained in:
caoqianming 2024-04-11 10:59:13 +08:00
parent 0fdb230822
commit 6fde78574b
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ class MyScheduleViewSet(ListModelMixin, CreateModelMixin, DestroyModelMixin, Cus
"hours": "小时",
"minutes": "分钟",
"seconds": "",
"microseconds": ""
"microseconds": ""
}
def get_chinese_description(self, type: str = 'interval', data: dict = {}):