@@ -70,7 +70,7 @@ export const shelfProductParseProducts = params => {
// 货架 货位产品 批量插入
export const shelfProductBatchInsert = params => {
return axios({
- url: '/shelf/placeProduct/saveBatch',
+ url: '/shelf/placeProduct/saveBatchExcel',
data: params,
method: 'post'
})