|
- object = { send_id, send_name, to_type, to_id: data.map(i => i._id), to_name: data.map(i => i.name), content, notice_file };
|
|
|
|
|
|
+ object = { send_id, send_name, to_type, to_id: data.map(i => i._id), content, notice_file };
|
|
object = { send_id, send_name, to_type, to_id, to_name, content, notice_file };
|
|
object = { send_id, send_name, to_type, to_id, to_name, content, notice_file };
|