导粉记录优化,采购计划SQL优化,后续建立索引
This commit is contained in:
@ -58,4 +58,21 @@ export function getWxAccountAndSale(query){
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
// 删除导粉记录中对应的微信记录
|
||||
export function removeFanWxAccount(id) {
|
||||
return request({
|
||||
url: '/custom/importFanRecord/removeFanWxAccount/' + id,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export function saveWxAccountFanNum(data){
|
||||
return request({
|
||||
url: '/custom/importFanRecord/saveWxAccountFanNum',
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user