Compare commits

..

No commits in common. "aea3f9fe9b736d5cdcb1fc38cded89c0af8d54d4" and "02ff3cd355467419dc21bdf1a70b58cf972564c5" have entirely different histories.

1 changed files with 0 additions and 3 deletions

View File

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