Просмотр исходного кода

Merge remote-tracking branch 'origin/sit-three-categories' into sit-three-categories

ldz 3 месяцев назад
Родитель
Сommit
c6e728bf6c

+ 1 - 1
alien-store/src/main/java/shop/alien/store/service/impl/StoreInfoServiceImpl.java

@@ -4865,7 +4865,7 @@ public class StoreInfoServiceImpl extends ServiceImpl<StoreInfoMapper, StoreInfo
                     .ne("a.store_status", 0); // 过滤禁用的店铺
                     .ne("a.store_status", 0); // 过滤禁用的店铺
             
             
             // 排除当前店铺
             // 排除当前店铺
-            queryWrapper.ne("a.id", storeId);
+            queryWrapper.eq("a.id", storeId);
             
             
             // 过期时间判断
             // 过期时间判断
             Date currentDate = new Date();
             Date currentDate = new Date();