@ -55,7 +55,7 @@ public class AppEnfCarouselBannerController extends BaseController {
*
* @param id 主键
*/
@GetMapping("/{id}")
@GetMapping("/getInfo")
public R<EnforcementCarouselBannerVo> getInfo(@NotNull(message = "主键不能为空")
@PathVariable String id) {
return R.ok(enforcementCarouselBannerService.queryById(id));