|
@@ -66,7 +66,7 @@ public class SaleRegistrationCollectionController extends BaseController {
|
|
|
/**
|
|
|
* 获取收款登记详细信息
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('system:SaleRegistrationCollection:query')")
|
|
|
+ @PreAuthorize("@ss.hasPermi('system:SaleRegistrationCollection:edit')")
|
|
|
@GetMapping(value = "/{id}")
|
|
|
@ApiOperation(value = "获取收款登记详细信息")
|
|
|
public AjaxResult getInfo(@PathVariable("id") Long id) {
|