|
|
@@ -187,7 +187,7 @@ public class AiSearchController {
|
|
|
|
|
|
// 使用JSON.parseObject方法进行转换
|
|
|
StoreInfoVo storeInfo = JSON.parseObject(camelCaseItem.toJSONString(), StoreInfoVo.class);
|
|
|
- if(blockedIds.contains(storeInfo.getId())){
|
|
|
+ if(blockedIds.contains(storeInfo.getId().toString())){
|
|
|
continue;
|
|
|
}
|
|
|
Integer totalCount = 0;
|