建客户档案时根据直播记录匹配营养师

This commit is contained in:
xiezhijun
2021-05-26 19:06:14 +08:00
parent b249035da0
commit cf766cb817
11 changed files with 182 additions and 42 deletions

View File

@ -80,5 +80,14 @@ export function getAllLiveSchedulByDate(data) {
})
}
// 根据进粉时间查询最近直播记录
export function getLiveSchedulByTime(data) {
return request({
url: '/custom/liveSchedul/getLiveSchedulByTime',
method: 'get',
params: data
})
}