| | |
| | | * @author ruoyi |
| | | * @date 2023-06-26 |
| | | */ |
| | | @Api(description = "CommonTaskController") |
| | | @Api(description = "通用任务Controller") |
| | | @RestController |
| | | @RequestMapping("/commonTask") |
| | | @RequestMapping("/smartor/commonTask") |
| | | public class CommonTaskController extends BaseController { |
| | | @Autowired |
| | | private IServiceThirdDataService iServiceThirdDataService; |
| | |
| | | /** |
| | | * 查询题目列表(义乌的his数据获取情况) |
| | | */ |
| | | @ApiOperation(" 查询题目列表(义乌的his数据获取情况)") |
| | | @PostMapping("/list") |
| | | public TableDataInfo list(@RequestBody ServiceThirdData serviceThirdData) { |
| | | List<ServiceThirdData> list = iServiceThirdDataService.queryList(serviceThirdData); |