zjh
2023-10-18 f66407b1a6383aa75060e3b9ecab6195bfbd271a
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) {