demand: 取消查询报关清关级别维护列表接口权限限制

committer: heyu
This commit is contained in:
aike 2025-10-16 17:53:46 +08:00
parent fc8d32d0ea
commit 4e15d92e86

View File

@ -36,7 +36,7 @@ public class EmisCustomsLevelController extends EmisBaseController {
/**
* 查询报关清关级别维护列表
*/
@PreAuthorize("@ss.hasPermi('emis:emisCustomsLevel:list')")
// @PreAuthorize("@ss.hasPermi('emis:emisCustomsLevel:list')")
@GetMapping("/list")
public TableDataInfo list(EmisCustomsLevel emisCustomsLevel) {
startPage();