yshop1.9.3,修复购物车等问题
This commit is contained in:
@ -195,6 +195,7 @@ public class YxStoreCartServiceImpl extends BaseServiceImpl<YxStoreCartMapper, Y
|
||||
new QueryWrapper<YxStoreCart>()
|
||||
.lambda().eq(YxStoreCart::getId,storeCart.getId()));
|
||||
}else if(storeProduct.getIsShow() == 0 || storeProduct.getIsDel() == 1 || storeProduct.getStock() == 0){
|
||||
storeCartQueryVo.setProductInfo(storeProduct);
|
||||
invalid.add(storeCartQueryVo);
|
||||
}else{
|
||||
if(StrUtil.isNotEmpty(storeCart.getProductAttrUnique())){
|
||||
|
@ -47,7 +47,7 @@ spring:
|
||||
database: 0
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password:
|
||||
password:
|
||||
#连接超时时间
|
||||
timeout: 5000
|
||||
|
||||
|
Reference in New Issue
Block a user