记得上下班打卡 | git大法好,push需谨慎

Commit eaab9977 authored by 胡佳晨's avatar 胡佳晨

Merge remote-tracking branch 'origin/dev_rc_xuper_op' into dev_rc_xuper_op

parents a6aac027 b8e523fc
......@@ -109,6 +109,8 @@ public class GoblinSelfExtagAdminController extends BaseController {
queryWrapper.eq(GoblinSelfTag::getTagBelong, "1");
if ("5".equals(tagType)) {// AR标签类型时,类型内标签名重复校验
queryWrapper.eq(GoblinSelfTag::getTagType, tagType);
} else {
queryWrapper.ne(GoblinSelfTag::getTagType, "5");
}
queryWrapper.eq(GoblinSelfTag::getTagName, tagName.trim());
if (goblinSelfTagService.count(queryWrapper) > 0) {
......
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