| | |
| | | items.add(new CommonMsgItemVO(new ClientTextStyleVO("失败原因", COLOR_TITLE), contentList));
|
| | |
|
| | | String handle = dto.getHandle();
|
| | | if (StringUtil.isNullOrEmpty(handle))
|
| | | handle = "无";
|
| | | contentList = new ArrayList<>();
|
| | | contentList.add(new ClientTextStyleVO(handle, COLOR_CONTENT));
|
| | | items.add(new CommonMsgItemVO(new ClientTextStyleVO("处理", COLOR_TITLE), contentList));
|
| | | if (!StringUtil.isNullOrEmpty(handle)) {
|
| | | contentList = new ArrayList<>();
|
| | | contentList.add(new ClientTextStyleVO(handle, COLOR_CONTENT));
|
| | | items.add(new CommonMsgItemVO(new ClientTextStyleVO("处理", COLOR_TITLE), contentList));
|
| | | }
|
| | |
|
| | | contentList = new ArrayList<>();
|
| | | contentList.add(new ClientTextStyleVO(StringUtil.isNullOrEmpty(msg.getBeiZhu()) ? "无" : msg.getBeiZhu(),
|