|
@@ -635,7 +635,7 @@ const getTagList = num => {
|
|
|
item.hotData.visible = false
|
|
|
item.hotData.id = item.markingId
|
|
|
item.hotData.createTime = item.createTime
|
|
|
- item.hotData.lastCreateBy = item.lastCreateBy
|
|
|
+ item.hotData.createBy = item.createBy
|
|
|
return item.hotData
|
|
|
})
|
|
|
}
|