店铺商品列表,去掉了获取计算店铺营业状态

This commit is contained in:
Jack 2025-11-13 17:28:39 +08:00
parent 5df67db07e
commit 8ce6c3e79f

View File

@ -2074,11 +2074,11 @@ public class ShopProductBaseServiceImpl extends BaseServiceImpl<ShopProductBaseM
Integer product_sale_num = Convert.toInt(product_index_row.get("product_sale_num")); Integer product_sale_num = Convert.toInt(product_index_row.get("product_sale_num"));
if (product_base_row != null) { // if (product_base_row != null) {
// 获取店铺营业状态1-开业营业中且在营业时间内12-开业打烊中但在营业时间外 2-停业中3-开业或活动筹备中 // // 获取店铺营业状态1-开业营业中且在营业时间内12-开业打烊中但在营业时间外 2-停业中3-开业或活动筹备中
Pair<Integer, String> store_biz_state = shopStoreBaseService.getStoreBizState(Convert.toInt(product_base_row.get("store_id"))); // Pair<Integer, String> store_biz_state = shopStoreBaseService.getStoreBizState(Convert.toInt(product_base_row.get("store_id")));
product_base_row.put("store_biz_state", store_biz_state.getFirst()); // product_base_row.put("store_biz_state", store_biz_state.getFirst());
} // }
//虚拟销量 //虚拟销量
// todo 是否为商家后台访问 // todo 是否为商家后台访问