liding
2025-03-24 30b96c334bf080ece9bdeac1a1b65f0e62bf9f87
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
  })