gaoluyang
2025-03-07 b19fe76e0ef3c9bf95d677822b8f4eab44f1ef7a
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
  })