|
@@ -66,7 +66,7 @@ public class DistributionSellerController extends BaseController {
|
|
|
@PreAuthorize("@ss.hasPermi('system:seller:query')")
|
|
|
@GetMapping("/{salerId}")
|
|
|
public AjaxResult<DistributionSellerVo> getInfo(@PathVariable("salerId" ) Long salerId) {
|
|
|
- return AjaxResult.success(iDistributionSellerService.queryById(salerId));
|
|
|
+ return AjaxResult.success(iDistributionSellerService.findDetail(salerId));
|
|
|
}
|
|
|
|
|
|
/**
|