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

Commit b8e523fc authored by 张国柄's avatar 张国柄

~标签:音乐人标签库:AR与非AR去重逻辑隔离处理;

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