yangys
2024-10-30 25db770e621f1259b8d5b7fd514207f7481c2d0f
smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/controller/StatusRecordController.java
@@ -49,6 +49,12 @@
        this.feedbackService = feedbackService;
    }
    /**
     * 状态记录功能中的某一天的状态数据
     * @param statusRecordDateSelectVO
     * @param query
     * @return
     */
    @ApiOperationSupport(order = 1)
    @PostResource({"/status-record-by-date"})
    @ApiOperation(value = "根据日期查询状态记录", notes = "传入statusRecordDateSelectVO")