| | |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | @ApiResource({"blade-mdc/status-record"}) |
| | | @ApiResource({"mdc/status-record"}) |
| | | @Api(value = ExcelConstant.STATUS_RECORD, tags = {ExcelConstant.STATUS_RECORD}) |
| | | @RestController |
| | | public class StatusRecordController { |
| | |
| | | this.feedbackService = feedbackService; |
| | | } |
| | | |
| | | /** |
| | | * 状态记录功能中的某一天的状态数据 |
| | | * @param statusRecordDateSelectVO |
| | | * @param query |
| | | * @return |
| | | */ |
| | | @ApiOperationSupport(order = 1) |
| | | @PostResource({"/status-record-by-date"}) |
| | | @ApiOperation(value = "根据日期查询状态记录", notes = "传入statusRecordDateSelectVO") |