|
@@ -69,6 +69,15 @@ public class CXCommonUtils {
|
|
|
sendNotify(title, content, remark, recipientIds, roption, DEFAULT_NOTIFY_STATUS);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 发送通知信息
|
|
|
+ * @param title 标题
|
|
|
+ * @param content 内容
|
|
|
+ * @param remark 备注
|
|
|
+ * @param recipientIds 接收人
|
|
|
+ * @param roption 主键ID
|
|
|
+ * @param notifyStatus 通知类型
|
|
|
+ */
|
|
|
public static void sendNotify(String title, String content, String remark,
|
|
|
List<String> recipientIds, String roption, String notifyStatus) {
|
|
|
if (recipientIds == null || recipientIds.isEmpty()) {
|