|
@@ -65,7 +65,6 @@ public class BizCompanyProductPackageController extends BaseController
|
|
/**
|
|
/**
|
|
* 获取产品包装客户关联详细信息
|
|
* 获取产品包装客户关联详细信息
|
|
*/
|
|
*/
|
|
- @PreAuthorize("@ss.hasPermi('business:companyProductPackage:query')")
|
|
|
|
@GetMapping(value = "/{id}")
|
|
@GetMapping(value = "/{id}")
|
|
public AjaxResult getInfo(@PathVariable("id") Long id)
|
|
public AjaxResult getInfo(@PathVariable("id") Long id)
|
|
{
|
|
{
|