Commit cf1eed5d by 裴大威

Merge branch 'fixbug1022303' into 'master'

fixbug1022303

See merge request rays/pcloud-book!589
parents f9129743 e2380b18
......@@ -428,6 +428,8 @@ public class PushCheck {
if (ReplyTypeEnum.AUDIO.value.equals(paramDTO.getReplyType())){
item.setResourceId(paramDTO.getResourceId());
item.setItemType(ItemTypeEnum.AUDIO.value);
}else {
item.setItemType(paramDTO.getReplyType());
}
itemList.add(item);
}
......
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