kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-server/src/main/java/com/kidgrow/oprationcenter/controller/DataNeedController.java
@@ -65,6 +65,14 @@ DataNeed model = dataNeedService.getById(id); return ResultBody.ok().data(model).msg("查询成功"); } /** *更新状态和文件地址 */ @ApiOperation(value = "查询") @GetMapping("updateEnabled") public ResultBody updateEnabled(@RequestParam Map<String,Object> map) { return dataNeedService.updateEnabled(map); } /** * 根据DataNeed当做查询条件进行查询