This commit is contained in:
zt
2025-12-11 20:29:29 +08:00
parent e7376086f9
commit ce35086316

View File

@ -152,7 +152,7 @@ public class DesDesignChangeController extends BaseController {
/** /**
* 查询选择目录下的蓝图 * 查询选择目录下的蓝图
*/ */
@SaCheckPermission("design:designChange:blueprint") // @SaCheckPermission("design:designChange:blueprint")
@GetMapping("/blueprint/{volumeCatalogId}") @GetMapping("/blueprint/{volumeCatalogId}")
public R<List<DesVolumeFile>> blueprint(@PathVariable("volumeCatalogId") Long volumeCatalogId) { public R<List<DesVolumeFile>> blueprint(@PathVariable("volumeCatalogId") Long volumeCatalogId) {
List<DesVolumeFile> list = desVolumeFileService.list(Wrappers.lambdaQuery(DesVolumeFile.class) List<DesVolumeFile> list = desVolumeFileService.list(Wrappers.lambdaQuery(DesVolumeFile.class)