jiangjc 1 month ago
parent
commit
35477889b0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 1 - 0
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -7512,6 +7512,7 @@ FROM
                     string content = $"[更新-OP费用录入填写详情({groupInfo?.TeamName ?? "-"})]一项费用:{(((ccpInfo.PayMoney * ccpInfo.DayRate) / 100) * ccpInfo.PayPercentage).ToString("#0.00")} CNY;";
 
                     await GeneralMethod.MessageIssueAndNotification(MessageTypeEnum.GroupBusinessOperations, title, content, userIds, diId);
+                    await GeneralMethod.iOS_PushNotifications("051", "OP费用审核", "", content);
                 }
                 catch (Exception ex)
                 {