fix: base period_dict错误修改
This commit is contained in:
parent
0fdb230822
commit
6fde78574b
|
@ -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 = {}):
|
||||
|
|
Loading…
Reference in New Issue