Fancy
2025-01-09 abe0f082f328098dbd0964a821b77d0e34179e70
pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/screen/ScreenReportCtrl.java
@@ -78,9 +78,9 @@
     * */
    @GetMapping(path="queryAttendUser")
    @Log("查询人员出勤率")
    public BaseResponse<List<JSONObject>> queryAttendUser(){
        List<JSONObject> list = sv.queryAttendUser();
        return BaseResponseUtils.buildSuccess(list);
    public BaseResponse<JSONObject> queryAttendUser(){
        JSONObject obj = sv.queryAttendUser();
        return BaseResponseUtils.buildSuccess(obj);
    }
    /**
     * 任务看板  查询在产任务看板