...
|
...
|
@@ -118,7 +118,7 @@ class AuditProject(UpdateAPIView): |
|
|
obj.is_pass = False
|
|
|
else:
|
|
|
second_auditor = Auditor.objects.filter(pk=AUDITORS[1][0]).first()
|
|
|
wx_client.push_card(second_auditor.user.wx_token, url, f"{request.user.username}提交了一个产品立项申请")
|
|
|
wx_client.push_card(second_auditor.user.wx_token, url, f"{request.user.username}已审核了一个产品立项申请")
|
|
|
obj.save()
|
|
|
wx_client.push_card(obj.creator.wx_token, url, desc)
|
|
|
|
...
|
...
|
|