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