Commit d83955b1 authored by yangsiqi's avatar yangsiqi

fix: 修改消息推送id类型

parent d9d3d4c3
Pipeline #92898 passed with stages
...@@ -104,7 +104,7 @@ export const createMessageFromReal = (realMesssage, options = {}) => { ...@@ -104,7 +104,7 @@ export const createMessageFromReal = (realMesssage, options = {}) => {
} }
const template = { const template = {
id: realMesssage.infoId || realMesssage.ID, id: realMesssage.infoId || Number(realMesssage.ID),
infoContent, infoContent,
time, time,
infoType: realMesssage.infoType, infoType: realMesssage.infoType,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment