|
@@ -145,7 +145,7 @@ public class BizDeductController extends BaseController {
|
|
|
/**
|
|
|
* 获取扣款记录详细信息
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('business:deduct:info')")
|
|
|
+ @PreAuthorize("@ss.hasAnyPermi('business:deduct:info,business:entrustOrder:statement:list')")
|
|
|
@GetMapping(value = "/{id}")
|
|
|
public AjaxResult getInfo(@PathVariable("id") Long id) {
|
|
|
BizDeduct conditions = new BizDeduct();
|