litian
2024-02-29 39924c310ef7c5b936a5cbd71ec96b144ef133f7
1
2
3
4
5
var hasPromotion = function (code) {
  return code && code !== 'EMPTY_PROMOTION';
};
 
module.exports.hasPromotion = hasPromotion;