|
@@ -358,7 +358,7 @@ public class QuestionFacade extends QuestionInfoServiceImpl {
|
|
|
.eq("type", questionInfo.getType())
|
|
|
.ne("id", questionInfo.getId() == null ? -1 : questionInfo.getId()));
|
|
|
if (ListUtil.isNotEmpty(questionInfoList)) { //标签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()); //创建人
|