Authored by 李奇

供应商id共通参数添加

... ... @@ -49,7 +49,6 @@ module.exports = (req, res, next) => {
let supplierId = _.first(currentShop.shopsBrands).supplierId;
if (channel === 'erp') {
supplierId
baseParams = {
supplierId,
pid: req.session.LOGIN_UID,
... ...