|
@@ -317,7 +317,7 @@ public class QuestionFacade extends QuestionInfoServiceImpl {
|
|
|
.in("id", moduleIds))
|
|
|
.stream().map(row -> row.getName()).collect(Collectors.toList());
|
|
|
for (String mouduleName: moduleNames) {
|
|
|
- errMsg.append("该标签已关联").append("【" + mouduleName + "】").append("<br/>");
|
|
|
+ errMsg.append("该标签已关联").append("【" + mouduleName + "】");
|
|
|
}
|
|
|
throw new CommonException(CommonErrorCode.SERVER_IS_ERROR,
|
|
|
errMsg.toString());
|