Commit 7ae3a4cc by guojuxing

工单回复修改

parent 0167485a
......@@ -177,7 +177,9 @@ public class GicTicketApiServiceImpl implements GicTicketApiService{
List<TicketRepliesDataDTO> repliesTemp = new ArrayList<>();
for (TicketRepliesDataDTO dataDTO : replies) {
//外部评论才展示
if (!dataDTO.getFunction_type().equals(UdeskConstant.INTERNAL)) {
String needIgnoreStr = "TAPD的bug链接为";
//tapd的链接屏蔽
if (!dataDTO.getContent().contains(needIgnoreStr)) {
repliesTemp.add(dataDTO);
}
}
......
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