zjh
2023-10-20 66a2bbaed29c6134b84e0916c96916a983bc64e8
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) {