添加客户详情权限

This commit is contained in:
2025-10-27 20:09:39 +08:00
parent 9a3b7ebe54
commit dbefd88e41

View File

@ -95,6 +95,7 @@ public class XzdCorrespondentList {
/** /**
* 客户详情 * 客户详情
*/ */
@SaCheckPermission("xzd:customertypeInfo:query")
@GetMapping("/getCustomerByid/{id}") @GetMapping("/getCustomerByid/{id}")
public R<QuerCorrespondentDto> getCustomerByid(@PathVariable Long id) { public R<QuerCorrespondentDto> getCustomerByid(@PathVariable Long id) {
return iXzdCorrespondentList.getCustomerByid(id); return iXzdCorrespondentList.getCustomerByid(id);