## Opt - 小购物车非空验证

This commit is contained in:
sangelxiu1 2025-09-26 09:06:50 +08:00
parent 633db7b773
commit 6a14870803
1 changed files with 3 additions and 0 deletions

View File

@ -189,6 +189,9 @@ public class BdWaresSpecsSkuServiceImpl extends ServiceImpl<BdWaresSpecsSkuMappe
@Override
public CuWaresParams queryWaresSpecsSkuCount(Integer specialArea, String waresCode, Long loginMemberId, Integer pkCountry) {
List<BdWaresSpecsSkuExt> bdWaresSpecsSkuExtList;
if(ObjectUtil.isEmpty(specialArea)){
specialArea = -1;
}
if(ESpecialArea.RETAIL_UPGRADE.getValue() == specialArea){
specialArea = ESpecialArea.RETAIL_REGISTER.getValue();
}