gaoluyang
2025-03-04 6faa853025e72e965d77917b269e19cd14b31c39
src/api/index/report.js
@@ -9,17 +9,17 @@
  })
}
//首页-->首页工时统计
export function manHourByStation(query) {
export function currentUserWorkHourCount(query) {
  return request({
    url: '/report/manHourByStation',
    url: '/report/currentUserWorkHourCount',
    method: 'get',
    params: query
  })
}
//首页-->首页工时统计
export function manHourByPerson() {
export function msgRoll(query) {
  return request({
    url: '/report/manHourByPerson',
    url: '/informationNotification/msgRoll',
    method: 'get',
    params: query
  })