Commit e2380b18 by zhuyajie

fixbug1022303

parent f9129743
...@@ -428,6 +428,8 @@ public class PushCheck { ...@@ -428,6 +428,8 @@ public class PushCheck {
if (ReplyTypeEnum.AUDIO.value.equals(paramDTO.getReplyType())){ if (ReplyTypeEnum.AUDIO.value.equals(paramDTO.getReplyType())){
item.setResourceId(paramDTO.getResourceId()); item.setResourceId(paramDTO.getResourceId());
item.setItemType(ItemTypeEnum.AUDIO.value); item.setItemType(ItemTypeEnum.AUDIO.value);
}else {
item.setItemType(paramDTO.getReplyType());
} }
itemList.add(item); 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