正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -118,7 +118,7 @@ class AuditProject(UpdateAPIView): | @@ -118,7 +118,7 @@ class AuditProject(UpdateAPIView): | ||
118 | obj.is_pass = False | 118 | obj.is_pass = False |
119 | else: | 119 | else: |
120 | second_auditor = Auditor.objects.filter(pk=AUDITORS[1][0]).first() | 120 | second_auditor = Auditor.objects.filter(pk=AUDITORS[1][0]).first() |
121 | - wx_client.push_card(second_auditor.user.wx_token, url, f"{request.user.username}提交了一个产品立项申请") | 121 | + wx_client.push_card(second_auditor.user.wx_token, url, f"{request.user.username}已审核了一个产品立项申请") |
122 | obj.save() | 122 | obj.save() |
123 | wx_client.push_card(obj.creator.wx_token, url, desc) | 123 | wx_client.push_card(obj.creator.wx_token, url, desc) |
124 | 124 |
-
请 注册 或 登录 后发表评论