admin
2019-08-23 c547160a973fd81dba7858a855ca7d95b5b3c320
fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java
@@ -758,9 +758,8 @@
         if (dto == null)
            return null;
         icon = "http://img.flqapp.com/resource/msg/icon_msg_other_tlj.png";
         icon = "http://img.flqapp.com/resource/msg/icon_msg_other_integral.png";
         
         List<ClientTextStyleVO> contentList = new ArrayList<>();
         contentList.add(new ClientTextStyleVO(dto.getState(), COLOR_CONTENT));
         items.add(new CommonMsgItemVO(new ClientTextStyleVO("状态", COLOR_TITLE), contentList));