优化
This commit is contained in:
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user