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")