|
@@ -280,7 +280,7 @@ public class QuestionInfoFacade extends QuestionInfoServiceImpl {
|
|
|
.eq("type", questionInfo.getType())
|
|
|
.ne("id", questionInfo.getId() == null ? -1 : questionInfo.getId()));
|
|
|
if (questionInfoList.size() > 0) { //标签type、tagName唯一
|
|
|
- throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, "标签名已存在");
|
|
|
+ throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, "标签名称已重复,无法建立");
|
|
|
}
|
|
|
if ("save".equals(param.getSaveOrUpdate())) {
|
|
|
questionInfo.setCreator(param.getPerson()); //创建人
|