店铺商品列表,去掉了获取计算店铺营业状态
This commit is contained in:
parent
5df67db07e
commit
8ce6c3e79f
@ -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 是否为商家后台访问
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user