zk 2 жил өмнө
parent
commit
70649592cd

+ 1 - 1
sckw-modules/sckw-system/src/main/java/com/sckw/system/service/KwsSpecialService.java

@@ -309,7 +309,7 @@ public class KwsSpecialService {
             return HttpResult.error("专场信息不存在!");
         }
         List<KwsEntSpecial> entSpecials = kwsEntSpecialDao.findList(new HashMap<>(){{put("entId", entId); put("specialId", specialId);}});
-        if (CollectionUtils.isNotEmpty(entSpecials)) {
+        if (CollectionUtils.isEmpty(entSpecials)) {
             return HttpResult.error("专场企业信息不存在!");
         } else {
             entSpecials.forEach(e -> {