添加客户详情权限
This commit is contained in:
@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user