到岗统计权限问题

This commit is contained in:
caoqianming 2022-04-26 23:14:07 +08:00
parent 451f50ff46
commit f96645ae29
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class AtWorkCountView(CreateAPIView):
"""
到岗天数统计
"""
perms_map = {'get':'*'}
perms_map = {'post':'*'}
serializer_class = AtWorkCountSerializer
def create(self, request, *args, **kwargs):