到岗统计权限问题
This commit is contained in:
parent
451f50ff46
commit
f96645ae29
|
@ -130,7 +130,7 @@ class AtWorkCountView(CreateAPIView):
|
||||||
"""
|
"""
|
||||||
到岗天数统计
|
到岗天数统计
|
||||||
"""
|
"""
|
||||||
perms_map = {'get':'*'}
|
perms_map = {'post':'*'}
|
||||||
serializer_class = AtWorkCountSerializer
|
serializer_class = AtWorkCountSerializer
|
||||||
|
|
||||||
def create(self, request, *args, **kwargs):
|
def create(self, request, *args, **kwargs):
|
||||||
|
|
Loading…
Reference in New Issue