lige
2023-09-13 9ea8edde96272e14b0deacb81996a65c4fcb5285
ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjCustomerController.java
@@ -149,7 +149,7 @@
    /**
     * 查询客户信息列表
     */
    @PreAuthorize("@ss.hasPermi('hosp:customer:list')")
//    @PreAuthorize("@ss.hasPermi('hosp:customer:list')")
    @GetMapping("/list")
    @ApiOperation(value = "查看客户列表")
    public TableDataInfo list(TjCustomer tjCustomer) {