Authored by 李奇

供应商id共通参数添加

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