haha
This commit is contained in:
@@ -39,7 +39,7 @@ class UserRegister(APIView):
|
||||
approvers = [personincharge] if personincharge else None
|
||||
|
||||
print(approvers)
|
||||
print(len(approvers))
|
||||
print(type(approvers))
|
||||
|
||||
# 只验证必填字段:姓名、入职时间、工资
|
||||
if not all([username, Dateofjoining, salary]):
|
||||
|
||||
Reference in New Issue
Block a user