Commit 2f6db084 authored by 杨思琦's avatar 杨思琦

fix: 修改推送id类型

parent b1ea9c6d
Pipeline #94107 passed with stages
......@@ -104,7 +104,7 @@ export const createMessageFromReal = (realMesssage, options = {}) => {
}
const template = {
id: realMesssage.infoId || Number(realMesssage.ID),
id: Number(realMesssage.infoId) || Number(realMesssage.ID),
infoContent,
time,
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