Compare commits

...

2 Commits

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();
}